Skip to content

3.1.1. Bet Detail Basica Accepted

ericmarcos edited this page Nov 5, 2014 · 1 revision

###API endpoint:

/bets/<id> (spec) (example)

Key attributes

{
    ...
    "bet_type": 1,
    "bet_state": "event" | "resolving"
    "accepted_bid": <bid object>
    ...
}

###Design

PSD

Bet Detail, Basica

###Interaction

####Avatar/username click action:

Open browser: http://www.dareyoo.com/app/profile/<user_id>/bets

####"Resolver" click action:

Open browser: http://www.dareyoo.com/app/main/bet/<bet_id>

Clone this wiki locally