GET /api/bet_types/ba95579e-c303-4789-a49d-d2521fbebff2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba95579e-c303-4789-a49d-d2521fbebff2",
    "match": "https://api-prod.gambitprofit.com/api/matches/467af6e0-a6cf-43ec-87ab-bab1c563daef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T11:27:16.515043-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": "Colorado Avalanche",
                "amount": 7112.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "5429c27d-bb97-4d04-90f3-2fa13655e17b",
            "gambit_id": "61c985cf-8024-4dea-9e28-a5c612887262",
            "last_updated": "2023-03-28T11:17:02.348291-04:00",
            "created_at": "2023-03-27T11:27:16.520921-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba95579e-c303-4789-a49d-d2521fbebff2/?format=api"
        },
        {
            "id": "2039d5f8-584a-4eaa-b91a-b181513addaf",
            "gambit_id": "3d993bd1-4697-41f6-8cc8-33b3f93a0b24",
            "last_updated": "2023-03-28T11:17:02.345886-04:00",
            "created_at": "2023-03-27T11:27:16.517845-04:00",
            "name": "Anaheim Ducks",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba95579e-c303-4789-a49d-d2521fbebff2/?format=api"
        }
    ]
}