GET /api/bet_types/3053cf69-10ae-4e66-97c9-48c94256975f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3053cf69-10ae-4e66-97c9-48c94256975f",
    "match": "https://api-prod.gambitprofit.com/api/matches/301f5a6f-d3b5-46a0-80ac-56b6349e5fca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:57.677595-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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ad2c254-1b62-4d3c-a678-918c6be7ddca",
            "gambit_id": "fa371d7d-e953-4955-8c81-664912b7880c",
            "last_updated": "2023-11-14T09:18:06.864472-05:00",
            "created_at": "2023-11-12T09:32:57.682114-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3053cf69-10ae-4e66-97c9-48c94256975f/?format=api"
        },
        {
            "id": "2b7721a0-69d9-438c-9251-2876f98864ad",
            "gambit_id": "10a36046-2bed-42e8-ac74-ace912d5024e",
            "last_updated": "2023-11-14T09:18:06.868137-05:00",
            "created_at": "2023-11-12T09:32:57.686581-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3053cf69-10ae-4e66-97c9-48c94256975f/?format=api"
        }
    ]
}