GET /api/bet_types/151b5117-3631-4dbf-afd7-8a73df443a06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "151b5117-3631-4dbf-afd7-8a73df443a06",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbf0f6e1-cdc8-4970-8531-93e27cdcaca1/?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": "Cleveland Cavaliers",
                "amount": 5829.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "711004e0-f47e-4b89-bba7-97afded17c62",
            "gambit_id": "f1c2d669-f21f-41e6-8864-f7301220e612",
            "last_updated": "2022-11-22T09:57:26.694619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151b5117-3631-4dbf-afd7-8a73df443a06/?format=api"
        },
        {
            "id": "302372b2-3a78-482d-b002-cc188aa32aef",
            "gambit_id": "b846e672-8613-4483-9c7c-6f58cb21030f",
            "last_updated": "2022-11-22T09:57:26.695594-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151b5117-3631-4dbf-afd7-8a73df443a06/?format=api"
        }
    ]
}