GET /api/bet_types/4c6aa6e0-6bc7-4fc1-81e6-3bd1a554054d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c6aa6e0-6bc7-4fc1-81e6-3bd1a554054d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0020ef28-e309-40dc-97ed-35ba3de6aa52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:13:00.322224-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": "Colorado Avalanche",
                "amount": 6554.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "29ee65c9-0af4-40b8-be46-58bf5c129d6d",
            "gambit_id": "8ef1c7ae-ee99-475a-a98f-23e3dd9e8d27",
            "last_updated": "2023-12-26T15:23:13.404768-05:00",
            "created_at": "2023-12-23T09:13:00.329961-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6aa6e0-6bc7-4fc1-81e6-3bd1a554054d/?format=api"
        },
        {
            "id": "eb31d422-3ef4-45dd-9baf-ce9e75e2a805",
            "gambit_id": "97368549-84c3-4811-94da-7a69ff578a69",
            "last_updated": "2023-12-26T15:23:13.401312-05:00",
            "created_at": "2023-12-23T09:13:00.326138-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6aa6e0-6bc7-4fc1-81e6-3bd1a554054d/?format=api"
        }
    ]
}