GET /api/bet_types/7a223ef3-13b9-4638-b367-11a0dbaf8aa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a223ef3-13b9-4638-b367-11a0dbaf8aa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0ccbcd1-a3fa-4b16-a816-d18e25cf24ce/?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 (K Gausman)",
                "amount": 6384.0
            },
            {
                "team": "TEX (K Arihara)",
                "amount": 3616.0
            }
        ],
        "expected_reward_tokens": 9256.8,
        "profit_sb": 256.8,
        "profit_sb_percentage": 2.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "aaa2dcc3-562e-42a0-8ce1-5d8bd5896449",
            "gambit_id": "13bd7075-73b2-4d10-a96f-7b3f3dfafa85",
            "last_updated": "2022-09-11T18:22:15.459185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (K Gausman)",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a223ef3-13b9-4638-b367-11a0dbaf8aa5/?format=api"
        },
        {
            "id": "ca010fb2-f37d-4ef3-9618-b3e75ea5e85b",
            "gambit_id": "d02b91a0-50e1-46c7-b9f8-6398dc18cc6c",
            "last_updated": "2022-09-11T18:22:15.458194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (K Arihara)",
            "reward": "2.56000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a223ef3-13b9-4638-b367-11a0dbaf8aa5/?format=api"
        }
    ]
}