GET /api/bet_types/22ec62fc-13eb-4605-a2bb-bc05750fff59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22ec62fc-13eb-4605-a2bb-bc05750fff59",
    "match": "https://api-prod.gambitprofit.com/api/matches/34bf9970-6e85-47fb-be23-6329c39fb499/?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": "UNLV",
                "amount": 7550.0
            },
            {
                "team": "Hawaii",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "e26c3026-acbf-4c9e-983a-9124d57d9387",
            "gambit_id": "9ecdaace-084d-416d-8d92-03875513f04b",
            "last_updated": "2022-11-21T09:43:36.552812-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ec62fc-13eb-4605-a2bb-bc05750fff59/?format=api"
        },
        {
            "id": "bfa84451-eeb0-4863-86bf-e31e0b620674",
            "gambit_id": "76dba768-cc6b-4d0d-8b70-0ba5b341db9a",
            "last_updated": "2022-11-21T09:43:36.553983-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ec62fc-13eb-4605-a2bb-bc05750fff59/?format=api"
        }
    ]
}