GET /api/bet_types/d5f7e99e-c1fd-48cf-b074-65bcb5605dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5f7e99e-c1fd-48cf-b074-65bcb5605dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/f405dd0d-e09e-4266-b8c4-bd4d47391d5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:11.088499-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": "Dallas Stars",
                "amount": 5512.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "77df31d7-0c90-4f22-b3e0-629f71f56495",
            "gambit_id": "ec4c1db3-e981-4795-8ff2-ac211a8927db",
            "last_updated": "2023-12-18T10:23:38.494675-05:00",
            "created_at": "2023-12-16T09:23:11.096547-05:00",
            "name": "Dallas Stars",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5f7e99e-c1fd-48cf-b074-65bcb5605dae/?format=api"
        },
        {
            "id": "323988c4-691f-4fe2-bb1b-9de578cccdef",
            "gambit_id": "99bc5c83-16b2-4e6d-8581-e129a20f4a63",
            "last_updated": "2023-12-18T10:23:38.508926-05:00",
            "created_at": "2023-12-16T09:23:11.101179-05:00",
            "name": "St Louis Blues",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5f7e99e-c1fd-48cf-b074-65bcb5605dae/?format=api"
        }
    ]
}