GET /api/bet_types/f03a9aa6-418f-48d9-85e2-ea787342ebca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f03a9aa6-418f-48d9-85e2-ea787342ebca",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7b8c465-af55-49ec-b27d-b3529784db42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T09:28:02.802212-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": "LOS",
                "amount": 5512.0
            },
            {
                "team": "OAK",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "002b7087-b377-4b90-8856-266e8511130c",
            "gambit_id": "3e4594d7-2f0c-4d72-9f2a-5fb63c4df620",
            "last_updated": "2023-08-03T10:58:04.603394-04:00",
            "created_at": "2023-08-02T09:28:02.830176-04:00",
            "name": "LOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f03a9aa6-418f-48d9-85e2-ea787342ebca/?format=api"
        },
        {
            "id": "155562b8-8964-4fba-aef1-55d84ce891ba",
            "gambit_id": "fdaa02d2-71d0-4c30-85c2-9aef4679de27",
            "last_updated": "2023-08-03T10:58:04.599463-04:00",
            "created_at": "2023-08-02T09:28:02.815953-04:00",
            "name": "OAK",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f03a9aa6-418f-48d9-85e2-ea787342ebca/?format=api"
        }
    ]
}