GET /api/bet_types/bd24ef6c-d8a3-40fa-ab48-79394e3451bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd24ef6c-d8a3-40fa-ab48-79394e3451bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5970cfe-a92d-454c-9a92-a67301528433/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:19.320767-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": "Kansas City Chiefs",
                "amount": 7934.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 2066.0
            }
        ],
        "expected_reward_tokens": 9441.46,
        "profit_sb": -58.54,
        "profit_sb_percentage": -0.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c15a483c-1a7b-456f-8e0d-585ea02f683d",
            "gambit_id": "d45d3875-6755-4e99-b629-62edb5351970",
            "last_updated": "2023-11-27T20:13:14.868715-05:00",
            "created_at": "2023-11-22T09:13:19.324175-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd24ef6c-d8a3-40fa-ab48-79394e3451bb/?format=api"
        },
        {
            "id": "76c0c143-cde0-4e02-b8b4-5d8fe55e7006",
            "gambit_id": "a3f595f2-1506-46d6-91b2-e7dc741e24c1",
            "last_updated": "2023-11-27T20:13:14.872765-05:00",
            "created_at": "2023-11-22T09:13:19.328437-05:00",
            "name": "Las Vegas Raiders",
            "reward": "4.57000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd24ef6c-d8a3-40fa-ab48-79394e3451bb/?format=api"
        }
    ]
}