GET /api/bet_types/44f91871-de18-4a86-8dcf-4f94934f510a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44f91871-de18-4a86-8dcf-4f94934f510a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b08796f-3a7c-4a76-8582-478a36be0350/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-11T11:17:07.041864-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": "Dallas Stars",
                "amount": 6399.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "4215fa1f-2c95-431b-aedb-b0ac50766934",
            "gambit_id": "84f888ef-7e87-4c9e-817d-cd06f99f692d",
            "last_updated": "2023-05-14T10:57:13.482169-04:00",
            "created_at": "2023-05-11T11:17:07.043637-04:00",
            "name": "Dallas Stars",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44f91871-de18-4a86-8dcf-4f94934f510a/?format=api"
        },
        {
            "id": "71122b1d-48a2-449c-b33f-e866270b7989",
            "gambit_id": "8b065b9b-b4b3-43c6-b7c3-022abaf4569c",
            "last_updated": "2023-05-14T10:57:13.483409-04:00",
            "created_at": "2023-05-11T11:17:07.045382-04:00",
            "name": "Seattle Kraken",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44f91871-de18-4a86-8dcf-4f94934f510a/?format=api"
        }
    ]
}