GET /api/bet_types/6f932b8f-222a-4246-afa7-6b6123592b1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f932b8f-222a-4246-afa7-6b6123592b1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/17537d84-3878-4a7e-a9e4-8295ed350219/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:05.316069-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": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8cd177a-7e3c-4bbf-9067-a334cad40166",
            "gambit_id": "d67012e4-09c4-40b8-b838-63c9c6b3a3c9",
            "last_updated": "2023-11-07T21:08:23.430392-05:00",
            "created_at": "2023-11-06T07:58:05.320792-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f932b8f-222a-4246-afa7-6b6123592b1a/?format=api"
        },
        {
            "id": "78123017-53c4-4621-83b1-256be639ba80",
            "gambit_id": "3270d31e-021a-48c5-aaaf-effa51fadb22",
            "last_updated": "2023-11-07T21:08:23.433746-05:00",
            "created_at": "2023-11-06T07:58:05.326043-05:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f932b8f-222a-4246-afa7-6b6123592b1a/?format=api"
        }
    ]
}