GET /api/bet_types/15e98746-0321-4b0b-9bac-0f6adf3b3532/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15e98746-0321-4b0b-9bac-0f6adf3b3532",
    "match": "https://api-prod.gambitprofit.com/api/matches/28639be9-601c-496a-8b5f-b204ef774c88/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:05.338428-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c504e60-7b73-4833-8e3a-9bc0208711ae",
            "gambit_id": "c559a884-710c-420a-b24d-c029b200366b",
            "last_updated": "2023-01-30T17:46:58.065747-05:00",
            "created_at": "2023-01-28T09:42:05.341234-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e98746-0321-4b0b-9bac-0f6adf3b3532/?format=api"
        },
        {
            "id": "24a51717-c789-4829-95ea-cf7c6c1a96de",
            "gambit_id": "d3b31ff5-4fa1-4fb3-8c47-53db3eb0e0c0",
            "last_updated": "2023-01-30T17:46:58.064590-05:00",
            "created_at": "2023-01-28T09:42:05.339804-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e98746-0321-4b0b-9bac-0f6adf3b3532/?format=api"
        }
    ]
}