GET /api/bet_types/8eef0a03-4d54-47d0-acc0-2133a7ea03b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8eef0a03-4d54-47d0-acc0-2133a7ea03b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fb3cba1-b185-4b03-a3fd-519f33b9c2ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "LAA (S Ohtani)",
                "amount": 5217.0
            },
            {
                "team": "SEA (G Kirby)",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "57cf92cd-1e4f-4490-8731-d1b8c11a8fc6",
            "gambit_id": "c6f1125c-d928-427c-9908-f54fbeb3065e",
            "last_updated": "2022-09-19T09:27:01.393213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eef0a03-4d54-47d0-acc0-2133a7ea03b3/?format=api"
        },
        {
            "id": "d9313f70-47c3-4e05-9877-7e467f775846",
            "gambit_id": "80c1f740-c594-463e-a182-7e14141e7c77",
            "last_updated": "2022-09-19T09:27:01.394188-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eef0a03-4d54-47d0-acc0-2133a7ea03b3/?format=api"
        }
    ]
}