GET /api/bet_types/4bd7822f-cbbe-483f-9618-ff9da27c5e10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bd7822f-cbbe-483f-9618-ff9da27c5e10",
    "match": "https://api-prod.gambitprofit.com/api/matches/37f71491-4a45-459c-8061-5e7f2d5cefee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:15.447931-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": "Sacramento Kings",
                "amount": 6090.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae7c6e33-9a76-4334-a733-1563e3ac448d",
            "gambit_id": "dd81e399-fbd1-4504-aa93-408d468ca7d0",
            "last_updated": "2024-01-29T22:03:09.416452-05:00",
            "created_at": "2024-01-27T09:18:15.451839-05:00",
            "name": "Sacramento Kings",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bd7822f-cbbe-483f-9618-ff9da27c5e10/?format=api"
        },
        {
            "id": "0b623251-4c7d-4a0a-a81e-2db76ec8e897",
            "gambit_id": "ea4385a6-5f21-4059-bc97-7a660f46a408",
            "last_updated": "2024-01-29T22:03:09.419952-05:00",
            "created_at": "2024-01-27T09:18:15.456285-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bd7822f-cbbe-483f-9618-ff9da27c5e10/?format=api"
        }
    ]
}