GET /api/bet_types/05459680-91e0-4115-b794-e481f9e81bef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05459680-91e0-4115-b794-e481f9e81bef",
    "match": "https://api-prod.gambitprofit.com/api/matches/7980d9ab-f59b-4561-8c65-9f84cb68df19/?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": "Fresno State",
                "amount": 7563.0
            },
            {
                "team": "San Diego State",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9528.67,
        "profit_sb": 28.67,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "59db29eb-f8a9-4ec5-8dcf-c2fe3209b6e0",
            "gambit_id": "fd4f381b-5c11-4ff2-bebe-95a6103de189",
            "last_updated": "2022-10-31T10:12:28.403509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.26000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05459680-91e0-4115-b794-e481f9e81bef/?format=api"
        },
        {
            "id": "dfb65646-0045-4101-8c28-ab45637e7f50",
            "gambit_id": "a25cd45e-8a4e-4c72-beeb-442d7f8468d6",
            "last_updated": "2022-10-31T10:12:28.404446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05459680-91e0-4115-b794-e481f9e81bef/?format=api"
        }
    ]
}