GET /api/bet_types/76e5500b-ac0b-4b8a-b05f-fcd21f15c0a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76e5500b-ac0b-4b8a-b05f-fcd21f15c0a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1e9212a-c7ec-4f1c-8666-1cb731a40569/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:08.909904-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": "Milwaukee Bucks",
                "amount": 7357.0
            },
            {
                "team": "Miami Heat",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "be647e24-0b7a-4b88-a678-72aa842dd1fd",
            "gambit_id": "2035a35a-9a55-4360-b6e2-be34f7c72fb5",
            "last_updated": "2023-04-25T11:42:20.955404-04:00",
            "created_at": "2023-04-24T13:02:08.915810-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76e5500b-ac0b-4b8a-b05f-fcd21f15c0a6/?format=api"
        },
        {
            "id": "2cea41ec-b64b-435f-b83b-9e5a385fd9e0",
            "gambit_id": "97435d2c-27f1-47cd-ad8f-a4eb746ab2e5",
            "last_updated": "2023-04-25T11:42:20.946314-04:00",
            "created_at": "2023-04-24T13:02:08.912239-04:00",
            "name": "Miami Heat",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76e5500b-ac0b-4b8a-b05f-fcd21f15c0a6/?format=api"
        }
    ]
}