GET /api/bet_types/43cfc03c-dc1e-42e9-b20c-6e4fbf4e8512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43cfc03c-dc1e-42e9-b20c-6e4fbf4e8512",
    "match": "https://api-prod.gambitprofit.com/api/matches/5342a52b-4dac-42e9-af34-9e4441975b4f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:05.881759-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "338b68cd-b727-4ade-a36a-9eadb2e972e0",
            "gambit_id": "9b5a9f90-3db3-4582-a9b7-a323781517f6",
            "last_updated": "2023-11-15T22:43:01.256468-05:00",
            "created_at": "2023-11-14T09:13:05.887301-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43cfc03c-dc1e-42e9-b20c-6e4fbf4e8512/?format=api"
        },
        {
            "id": "f8f7927c-c832-4b2f-b52e-09bf19e76cd6",
            "gambit_id": "b7a5fb40-776f-4b9f-a36e-68f32ea661d1",
            "last_updated": "2023-11-15T22:43:01.264000-05:00",
            "created_at": "2023-11-14T09:13:05.891820-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43cfc03c-dc1e-42e9-b20c-6e4fbf4e8512/?format=api"
        }
    ]
}