GET /api/bet_types/8afa9c88-3ea9-4fcc-893c-d24579710134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8afa9c88-3ea9-4fcc-893c-d24579710134",
    "match": "https://api-prod.gambitprofit.com/api/matches/31c1f2b2-b82a-496d-b5fc-ab6762f1eadc/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:22.668473-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": "Toronto Raptors",
                "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": "b4c19879-9183-40f2-9931-748158c2e78b",
            "gambit_id": "e87e2eb8-dd5c-48db-a330-b59fcfe2fe27",
            "last_updated": "2024-02-07T01:52:59.669781-05:00",
            "created_at": "2024-02-05T10:03:22.672797-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8afa9c88-3ea9-4fcc-893c-d24579710134/?format=api"
        },
        {
            "id": "b857fba3-910d-46b5-a28e-79cffe4b567d",
            "gambit_id": "97b3530f-7ba3-4566-8f58-b4de15d8166a",
            "last_updated": "2024-02-07T01:52:59.673515-05:00",
            "created_at": "2024-02-05T10:03:22.676407-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8afa9c88-3ea9-4fcc-893c-d24579710134/?format=api"
        }
    ]
}