GET /api/bet_types/30bbb163-5f5b-4510-863d-5a3a79231cf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30bbb163-5f5b-4510-863d-5a3a79231cf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ff28a4-0e13-4d72-a90f-64d3b116b31e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:13.215023-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": "LOS (M Grove)",
                "amount": 5527.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee3ec167-11d9-4e8b-9330-8f7f30711cca",
            "gambit_id": "ff6e4fd1-d8cf-49a0-b0d6-3fa9ce374441",
            "last_updated": "2023-04-10T14:22:26.073816-04:00",
            "created_at": "2023-04-09T09:27:13.219270-04:00",
            "name": "LOS (M Grove)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30bbb163-5f5b-4510-863d-5a3a79231cf2/?format=api"
        },
        {
            "id": "cce16be3-deb8-4d27-96c5-faf20ade75cf",
            "gambit_id": "1a8787cb-f8d1-41cc-9847-3ed7a4255f08",
            "last_updated": "2023-04-10T14:22:26.072102-04:00",
            "created_at": "2023-04-09T09:27:13.217023-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30bbb163-5f5b-4510-863d-5a3a79231cf2/?format=api"
        }
    ]
}