GET /api/bet_types/8bbb814e-073b-415c-a586-3803ef97a7f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bbb814e-073b-415c-a586-3803ef97a7f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe5f1f24-520d-4fd7-93a5-411b1cf17011/?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": "TOR (R Stripling)",
                "amount": 6101.0
            },
            {
                "team": "BAL (A Voth)",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 9395.54,
        "profit_sb": 395.54,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "00d1e1f3-45a7-431f-982d-5b1dba4ce53a",
            "gambit_id": "fe9cfd4a-948a-4b57-8830-591fb2e3aa4a",
            "last_updated": "2022-08-18T10:31:50.830214-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bbb814e-073b-415c-a586-3803ef97a7f7/?format=api"
        },
        {
            "id": "a93dc2b3-37c0-4821-bb84-5b5b2670f909",
            "gambit_id": "bef9a781-b60d-4e39-9c33-cf0201ea5e15",
            "last_updated": "2022-08-18T10:31:50.830700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (A Voth)",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bbb814e-073b-415c-a586-3803ef97a7f7/?format=api"
        }
    ]
}