GET /api/bet_types/98401768-f212-4e9d-86d4-b3e392470bd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98401768-f212-4e9d-86d4-b3e392470bd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f83db844-4726-4d4c-a6e2-4dff09ef37ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Tennessee",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tennessee",
                "amount": 8956.0
            },
            {
                "team": "South Carolina",
                "amount": 1044.0
            }
        ],
        "expected_reward_tokens": 9312.48,
        "profit_sb": 312.48,
        "profit_sb_percentage": 3.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "223dd2f8-460c-4cb3-bf4d-2d013e5a73dd",
            "gambit_id": "fde1034c-6663-435b-a842-50f743074dd1",
            "last_updated": "2022-11-21T09:58:08.596660-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.04000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98401768-f212-4e9d-86d4-b3e392470bd8/?format=api"
        },
        {
            "id": "e7a34548-2bdf-4b53-80db-550f903f21a9",
            "gambit_id": "27cb7c8d-6a37-4347-a709-6de16faa1054",
            "last_updated": "2022-11-21T09:58:08.595588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "8.92000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98401768-f212-4e9d-86d4-b3e392470bd8/?format=api"
        }
    ]
}