GET /api/bet_types/8f48db7e-03e8-43a2-8f69-e5de2398b50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f48db7e-03e8-43a2-8f69-e5de2398b50e",
    "match": "https://api-prod.gambitprofit.com/api/matches/235100f0-ac9c-4e12-b4af-58ae631197b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:59.353439-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e73b342-6da9-43d1-a2a4-dc15e1336448",
            "gambit_id": "18aba786-1e28-4d2e-acfe-415cabaf5671",
            "last_updated": "2023-10-30T15:13:13.083098-04:00",
            "created_at": "2023-10-27T09:07:59.363239-04:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f48db7e-03e8-43a2-8f69-e5de2398b50e/?format=api"
        },
        {
            "id": "044d9761-a60e-4851-ab97-4bb9613e5f6d",
            "gambit_id": "e185526e-886e-45ea-a95c-552125366780",
            "last_updated": "2023-10-30T15:13:13.077984-04:00",
            "created_at": "2023-10-27T09:07:59.359016-04:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f48db7e-03e8-43a2-8f69-e5de2398b50e/?format=api"
        }
    ]
}