GET /api/bet_types/ff99ebce-4caf-41e4-a472-363c122c5188/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff99ebce-4caf-41e4-a472-363c122c5188",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ef71812-9929-4e3e-afb5-8ae061fd6ea6/?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": "HOU (C Javier)",
                "amount": 5570.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 4430.0
            }
        ],
        "expected_reward_tokens": 9301.9,
        "profit_sb": 301.9,
        "profit_sb_percentage": 3.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "61d19654-917d-4ec9-9729-08e82cd8ffbf",
            "gambit_id": "d8f4d215-dd6c-43f0-868c-7c67a073b9ae",
            "last_updated": "2022-09-01T10:52:05.161059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (C Javier)",
            "reward": "1.67000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff99ebce-4caf-41e4-a472-363c122c5188/?format=api"
        },
        {
            "id": "a9d14d74-96b9-4bc4-ac6e-5d4a90093ab4",
            "gambit_id": "3c9c3de3-de20-47b9-a1af-9e4e1c66fe17",
            "last_updated": "2022-09-01T10:52:05.161510-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (M Perez)",
            "reward": "2.10000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff99ebce-4caf-41e4-a472-363c122c5188/?format=api"
        }
    ]
}