GET /api/bet_types/06284e03-2b04-4bb7-be98-0e6fa880f7f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06284e03-2b04-4bb7-be98-0e6fa880f7f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/10732003-5a5d-462e-b38a-c7d492501476/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-19T10:03:05.824432-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "69e0468c-a65e-46c6-a9db-b43602922759",
            "gambit_id": "948db8be-ab1b-4303-aed7-970ae735fca3",
            "last_updated": "2023-11-21T09:08:07.891192-05:00",
            "created_at": "2023-11-19T10:03:05.829086-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06284e03-2b04-4bb7-be98-0e6fa880f7f8/?format=api"
        },
        {
            "id": "27fd8d55-e96e-4e83-b311-65a58569c07c",
            "gambit_id": "62ee78ff-29cc-4559-ad9c-6adc73dd66d4",
            "last_updated": "2023-11-21T09:08:07.894668-05:00",
            "created_at": "2023-11-19T10:03:05.834205-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06284e03-2b04-4bb7-be98-0e6fa880f7f8/?format=api"
        }
    ]
}