GET /api/bet_types/2ca5f32f-b220-4c31-811c-a0d83a1961b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ca5f32f-b220-4c31-811c-a0d83a1961b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09002cb-584b-4444-bc1d-6479e8a4f40c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:10.036137-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 7485.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9505.95,
        "profit_sb": 5.95,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff06a201-9ef6-4633-8686-54212c2167dc",
            "gambit_id": "a6cea7e4-f151-4cce-9f79-19198753d73e",
            "last_updated": "2023-04-20T11:42:18.391801-04:00",
            "created_at": "2023-04-19T12:17:10.038374-04:00",
            "name": "Denver Nuggets",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca5f32f-b220-4c31-811c-a0d83a1961b2/?format=api"
        },
        {
            "id": "651473b0-7710-4560-90aa-179c049f7593",
            "gambit_id": "79320c69-11db-4d9f-aad3-a823da7d2f40",
            "last_updated": "2023-04-20T11:42:18.395112-04:00",
            "created_at": "2023-04-19T12:17:10.040781-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ca5f32f-b220-4c31-811c-a0d83a1961b2/?format=api"
        }
    ]
}