GET /api/bet_types/0262cef2-21cf-4253-910e-946ac0a1efa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0262cef2-21cf-4253-910e-946ac0a1efa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b6aa2bf-9ccc-41cf-966e-82ef1a83b90b/?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": "STL (M Mikolas)",
                "amount": 5881.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2b0bc59-a5ff-40f7-920a-50a37f15f5d5",
            "gambit_id": "e36a8af9-12b9-411e-9cc3-2b2e49705684",
            "last_updated": "2022-08-05T10:11:55.073282-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (M Mikolas)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0262cef2-21cf-4253-910e-946ac0a1efa6/?format=api"
        },
        {
            "id": "3e6a2e49-9a86-41d3-a2bc-aa2afa8db864",
            "gambit_id": "2e60e17e-ecd6-4633-8541-311b975a8479",
            "last_updated": "2022-08-05T10:11:55.073873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (M Stroman)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0262cef2-21cf-4253-910e-946ac0a1efa6/?format=api"
        }
    ]
}