GET /api/bet_types/e028c5bf-8059-4235-aa24-a07de28f2488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e028c5bf-8059-4235-aa24-a07de28f2488",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ef00324-73a1-4080-8b17-e5e8d9092367/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "MIN (Aaron Sanchez)",
                "amount": 5108.0
            },
            {
                "team": "SFO (J Junis)",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "443d2dc8-0ad3-4883-b28b-7cab084f2fd9",
            "gambit_id": "acac1891-2554-4de8-bcb5-143e0106d3f3",
            "last_updated": "2022-08-29T13:07:05.058635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (Aaron Sanchez)",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e028c5bf-8059-4235-aa24-a07de28f2488/?format=api"
        },
        {
            "id": "789fa58c-5dfc-40c6-86bc-f9f6bff9cb00",
            "gambit_id": "e5c2a24a-1590-46c6-b5a4-60279799b1ae",
            "last_updated": "2022-08-29T13:07:05.059106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (J Junis)",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e028c5bf-8059-4235-aa24-a07de28f2488/?format=api"
        }
    ]
}