GET /api/bet_types/a77c4035-6c4e-48ed-9d01-65a4eb3df3cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a77c4035-6c4e-48ed-9d01-65a4eb3df3cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3d9fee8-890f-4849-b938-a278147eac1f/?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": "Dallas Mavericks",
                "amount": 6481.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3519.0
            }
        ],
        "expected_reward_tokens": 9008.59,
        "profit_sb": 8.59,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "a73b9803-48c7-4d6b-8acb-406ac2cf6136",
            "gambit_id": "ac2b06e4-5ed0-423f-92fc-5a437b544dc1",
            "last_updated": "2022-12-20T15:52:20.825724-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.39000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a77c4035-6c4e-48ed-9d01-65a4eb3df3cb/?format=api"
        },
        {
            "id": "57d60db7-60f8-4688-90a1-c6c92ad614b9",
            "gambit_id": "ca72939e-b232-418d-8a92-63eee54c615d",
            "last_updated": "2022-12-20T15:52:20.824574-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.56000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a77c4035-6c4e-48ed-9d01-65a4eb3df3cb/?format=api"
        }
    ]
}