GET /api/bet_types/b55ae708-cda2-498c-846f-d1eee0774782/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b55ae708-cda2-498c-846f-d1eee0774782",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d599030-be6c-49fe-b6f9-5099a17f1f39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:02.890277-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": 6020.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "3dc9ad96-d4df-429c-8565-1ca92a54925c",
            "gambit_id": "78873782-664c-4306-99f9-85232f688788",
            "last_updated": "2023-12-12T21:58:23.342234-05:00",
            "created_at": "2023-12-11T09:38:02.900087-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55ae708-cda2-498c-846f-d1eee0774782/?format=api"
        },
        {
            "id": "3f909a5a-d818-49b0-b376-61d1ce004d23",
            "gambit_id": "6486cb9f-4567-4c9c-b9dd-0d2f61ba2813",
            "last_updated": "2023-12-12T21:58:23.338885-05:00",
            "created_at": "2023-12-11T09:38:02.894829-05:00",
            "name": "Calgary Flames",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55ae708-cda2-498c-846f-d1eee0774782/?format=api"
        }
    ]
}