GET /api/bet_types/9d0e65b1-f5f8-4f4f-be0a-e01f84531718/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d0e65b1-f5f8-4f4f-be0a-e01f84531718",
    "match": "https://api-prod.gambitprofit.com/api/matches/f78f90ba-2ead-460d-9d76-cbfe555ebe19/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:13.054370-04: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": "LAA (R Detmers)",
                "amount": 5527.0
            },
            {
                "team": "TOR (Y Kikuchi)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e9e4dbe-5dc8-4dd3-b269-62a0da1cf8a0",
            "gambit_id": "1735a1e2-0413-43d4-bf2c-eb54c5380808",
            "last_updated": "2023-04-10T14:27:26.268595-04:00",
            "created_at": "2023-04-09T09:27:13.056373-04:00",
            "name": "LAA (R Detmers)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d0e65b1-f5f8-4f4f-be0a-e01f84531718/?format=api"
        },
        {
            "id": "0ba1752e-3e88-4eda-8403-dcb4fbc2a202",
            "gambit_id": "643113bb-8df1-43c1-b849-1e92cbd5cb34",
            "last_updated": "2023-04-10T14:27:26.270732-04:00",
            "created_at": "2023-04-09T09:27:13.058322-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d0e65b1-f5f8-4f4f-be0a-e01f84531718/?format=api"
        }
    ]
}