GET /api/bet_types/c7550454-f6a7-43ef-b51c-e0bc1f072cb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7550454-f6a7-43ef-b51c-e0bc1f072cb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/22aee102-634d-43fc-81a0-2ca591edd29c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:17.286034-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": "Oklahoma City Thunder",
                "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": "10f54141-19cf-4c7e-9519-c32985f3a998",
            "gambit_id": "b1ab37a1-6a17-487e-91ef-fdda1da15469",
            "last_updated": "2024-01-27T10:58:03.988251-05:00",
            "created_at": "2024-01-26T09:33:17.294162-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7550454-f6a7-43ef-b51c-e0bc1f072cb5/?format=api"
        },
        {
            "id": "95d05bc2-547a-45ab-8b20-c42017ce84c8",
            "gambit_id": "ad621c4a-8b86-4957-8e5a-8a59a4f9ef5e",
            "last_updated": "2024-01-27T10:58:03.992532-05:00",
            "created_at": "2024-01-26T09:33:17.290044-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7550454-f6a7-43ef-b51c-e0bc1f072cb5/?format=api"
        }
    ]
}