GET /api/bet_types/0d53027c-a239-464f-9c9c-436b262baea4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d53027c-a239-464f-9c9c-436b262baea4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e8f0a2c-48b5-4f21-8a56-3bad0beb5138/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:05.590774-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": 5375.0
            },
            {
                "team": "SFO (S Manaea)",
                "amount": 4625.0
            }
        ],
        "expected_reward_tokens": 9620.0,
        "profit_sb": 120.0,
        "profit_sb_percentage": 1.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa89db8a-1b98-4b3b-8c1b-9254937b1336",
            "gambit_id": "ead20543-e4f4-4fe4-9f50-10e317459d09",
            "last_updated": "2023-05-06T11:52:01.779439-04:00",
            "created_at": "2023-05-05T11:47:05.594318-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.79000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d53027c-a239-464f-9c9c-436b262baea4/?format=api"
        },
        {
            "id": "d969719c-9603-436b-952b-24cb452b6c04",
            "gambit_id": "5ba29dcb-6dd6-4edc-8d82-edb078224646",
            "last_updated": "2023-05-06T11:52:01.778226-04:00",
            "created_at": "2023-05-05T11:47:05.592552-04:00",
            "name": "SFO (S Manaea)",
            "reward": "2.08000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d53027c-a239-464f-9c9c-436b262baea4/?format=api"
        }
    ]
}