GET /api/bet_types/01985220-da2d-49b2-98ac-bd079a77f5fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01985220-da2d-49b2-98ac-bd079a77f5fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cbe730e-e117-434c-aaa1-39670e555d41/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:12:59.860234-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": "St Louis Blues",
                "amount": 6935.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4bf3fc7-60ec-4766-8e83-ae66111c37c9",
            "gambit_id": "3791ea6a-b3a7-416b-bbaf-19f1948d7151",
            "last_updated": "2023-12-26T15:28:18.220321-05:00",
            "created_at": "2023-12-23T09:12:59.868258-05:00",
            "name": "St Louis Blues",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01985220-da2d-49b2-98ac-bd079a77f5fe/?format=api"
        },
        {
            "id": "b7bb000c-0290-4e44-b0b5-2e33159fd4ff",
            "gambit_id": "871eecf0-5b88-494a-8949-57d4daf42f7c",
            "last_updated": "2023-12-26T15:28:18.216806-05:00",
            "created_at": "2023-12-23T09:12:59.864089-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01985220-da2d-49b2-98ac-bd079a77f5fe/?format=api"
        }
    ]
}