GET /api/bet_types/35b8a309-ed50-4bad-b904-f5077e5054a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35b8a309-ed50-4bad-b904-f5077e5054a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d787e77e-df0f-4074-b7ad-c680c72a5797/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:13.238582-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": "Los Angeles Lakers",
                "amount": 6975.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9135.5,
        "profit_sb": 135.5,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b1336b8-4a91-4780-94c4-9a212d2ae7f3",
            "gambit_id": "3d412542-4554-44ab-9ec6-25c9a3f505ba",
            "last_updated": "2023-01-17T10:57:02.668914-05:00",
            "created_at": "2023-01-16T09:52:13.241612-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.31000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35b8a309-ed50-4bad-b904-f5077e5054a5/?format=api"
        },
        {
            "id": "c016c3a5-a70e-45e4-ac20-ae8c65ffbe67",
            "gambit_id": "8ab352cf-67dc-4ddc-a118-91683888b96f",
            "last_updated": "2023-01-17T10:57:02.670020-05:00",
            "created_at": "2023-01-16T09:52:13.244748-05:00",
            "name": "Houston Rockets",
            "reward": "3.02000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35b8a309-ed50-4bad-b904-f5077e5054a5/?format=api"
        }
    ]
}