GET /api/bet_types/a214f09e-9ad1-4d44-aa85-a87bd5578688/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a214f09e-9ad1-4d44-aa85-a87bd5578688",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8a2d19f-8392-4e00-b437-e4263f538f2e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:18.354024-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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cbc0194-ef3f-4816-832e-e2dce519a2d0",
            "gambit_id": "4bc0389e-3bf4-44d9-8086-6cdc31796a97",
            "last_updated": "2023-11-27T20:18:15.579072-05:00",
            "created_at": "2023-11-22T09:13:18.361601-05:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a214f09e-9ad1-4d44-aa85-a87bd5578688/?format=api"
        },
        {
            "id": "409bf33d-716a-41df-877d-ee55fbe83b1c",
            "gambit_id": "ecb60e7c-7ee8-42cb-a3a6-f9ac7d3496d1",
            "last_updated": "2023-11-27T20:18:15.575824-05:00",
            "created_at": "2023-11-22T09:13:18.357854-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a214f09e-9ad1-4d44-aa85-a87bd5578688/?format=api"
        }
    ]
}