GET /api/bet_types/94042bce-b49e-4c10-8a91-50d620532af6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94042bce-b49e-4c10-8a91-50d620532af6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8156f605-ddb9-4008-857c-bb46893f737d/?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": "SEA (G Kirby)",
                "amount": 5692.0
            },
            {
                "team": "TEX (J Sborz)",
                "amount": 4308.0
            }
        ],
        "expected_reward_tokens": 9391.44,
        "profit_sb": 391.44,
        "profit_sb_percentage": 4.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "645dfb9e-ef61-4aa8-9575-507a92c38d8c",
            "gambit_id": "f254c386-853c-465d-9e75-af388f97b72b",
            "last_updated": "2022-08-13T10:52:08.996166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94042bce-b49e-4c10-8a91-50d620532af6/?format=api"
        },
        {
            "id": "0cccdbb3-a4eb-4c4c-8dc7-d815eee37bca",
            "gambit_id": "6788f613-39ba-412d-8fbd-2af8bb64bc15",
            "last_updated": "2022-08-13T10:52:08.995710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (J Sborz)",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94042bce-b49e-4c10-8a91-50d620532af6/?format=api"
        }
    ]
}