GET /api/bet_types/87968092-c78f-4395-8fc7-ba92d976da9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87968092-c78f-4395-8fc7-ba92d976da9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4afd0cd4-95fd-4ef4-9bc8-01c54f886d8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:57.389662-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": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "15e85159-48a4-47b8-9614-f9570f27455a",
            "gambit_id": "5aff2b82-9fba-4a23-83b9-10e80f0f7ba2",
            "last_updated": "2023-03-08T09:27:01.314458-05:00",
            "created_at": "2023-03-07T09:41:57.391323-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87968092-c78f-4395-8fc7-ba92d976da9b/?format=api"
        },
        {
            "id": "95600602-74b2-4c76-b074-5dcfecc54028",
            "gambit_id": "2b565e32-f9ed-472c-8fc9-3b73a93218bf",
            "last_updated": "2023-03-08T09:27:01.315508-05:00",
            "created_at": "2023-03-07T09:41:57.392608-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87968092-c78f-4395-8fc7-ba92d976da9b/?format=api"
        }
    ]
}