GET /api/bet_types/af5fdd8c-ed57-4417-9ba4-05126378cc40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af5fdd8c-ed57-4417-9ba4-05126378cc40",
    "match": "https://api-prod.gambitprofit.com/api/matches/91b64bfb-04c7-4afd-8a36-e7a52c3900d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:10.447099-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": "LAA (J Suarez)",
                "amount": 6442.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a77e7bd-d826-4a12-a7ab-37377a04528a",
            "gambit_id": "c7e75fc5-c6c4-4dbc-ad2d-23ec3eada3b2",
            "last_updated": "2023-04-25T11:42:23.462756-04:00",
            "created_at": "2023-04-24T13:02:10.448956-04:00",
            "name": "LAA (J Suarez)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af5fdd8c-ed57-4417-9ba4-05126378cc40/?format=api"
        },
        {
            "id": "d0baae30-e504-4aa4-843e-e763155242f2",
            "gambit_id": "4512ae2d-bb12-470d-a392-580473f69ea6",
            "last_updated": "2023-04-25T11:42:23.464525-04:00",
            "created_at": "2023-04-24T13:02:10.451173-04:00",
            "name": "OAK (K Waldichuk)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af5fdd8c-ed57-4417-9ba4-05126378cc40/?format=api"
        }
    ]
}