GET /api/bet_types/632fe802-1716-4137-800b-49a85b2ad75d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "632fe802-1716-4137-800b-49a85b2ad75d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fe5f8fd-00cd-4770-b0f0-a582a7358580/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:14.796225-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": "Detroit Lions",
                "amount": 6010.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e620c86-e031-4790-a5fb-8aff2583577b",
            "gambit_id": "54af1f47-bbd1-41df-b972-ff8234c360a0",
            "last_updated": "2023-09-26T09:13:03.672979-04:00",
            "created_at": "2023-09-20T09:58:14.808143-04:00",
            "name": "Detroit Lions",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/632fe802-1716-4137-800b-49a85b2ad75d/?format=api"
        },
        {
            "id": "805afcc5-9fdf-4f07-9382-122b7f5137ab",
            "gambit_id": "32c15f84-2586-42be-8bd7-66420e5fc672",
            "last_updated": "2023-09-26T09:13:03.669278-04:00",
            "created_at": "2023-09-20T09:58:14.800773-04:00",
            "name": "Atlanta Falcons",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/632fe802-1716-4137-800b-49a85b2ad75d/?format=api"
        }
    ]
}