GET /api/bet_types/6f61318a-939f-4fe5-8e99-2b4164aac364/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f61318a-939f-4fe5-8e99-2b4164aac364",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7863dab-5c40-458f-b357-f6e26cbd6dd3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T09:23:06.489822-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": "MIL (C Burnes)",
                "amount": 5604.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4396.0
            }
        ],
        "expected_reward_tokens": 9582.84,
        "profit_sb": 82.84,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "c24441d9-70ad-4160-ab98-19f0b7590aac",
            "gambit_id": "c98f2da6-b9db-47bf-b476-5e2566bccb1b",
            "last_updated": "2023-07-02T11:13:24.796598-04:00",
            "created_at": "2023-07-01T09:23:06.492562-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.71000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f61318a-939f-4fe5-8e99-2b4164aac364/?format=api"
        },
        {
            "id": "bc7477e0-4378-4741-8ae0-50f6e0523cf2",
            "gambit_id": "ce401284-1ba7-43b6-b017-73b95e3e34fc",
            "last_updated": "2023-07-02T11:13:24.798077-04:00",
            "created_at": "2023-07-01T09:23:06.495233-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.18000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f61318a-939f-4fe5-8e99-2b4164aac364/?format=api"
        }
    ]
}