GET /api/bet_types/1daf2661-c2c8-465a-8b08-3b101efb4bf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1daf2661-c2c8-465a-8b08-3b101efb4bf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ecfa2b-82ba-4e51-9e0b-8ddf8927f82e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-14T09:53:16.170088-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b42c6a74-35a7-470f-a5ef-e46b06e13f05",
            "gambit_id": "757dca70-40d6-4556-ab41-ac91ac423da6",
            "last_updated": "2024-01-16T22:58:17.533671-05:00",
            "created_at": "2024-01-14T09:53:16.174757-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1daf2661-c2c8-465a-8b08-3b101efb4bf4/?format=api"
        },
        {
            "id": "416da020-9c16-42a4-971d-4f4e0a89c43a",
            "gambit_id": "05878a0b-d1d5-4d3c-9070-d9337b561f2b",
            "last_updated": "2024-01-16T22:58:17.536981-05:00",
            "created_at": "2024-01-14T09:53:16.178620-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1daf2661-c2c8-465a-8b08-3b101efb4bf4/?format=api"
        }
    ]
}