GET /api/bet_types/1ca78327-d9ed-45e6-8bb6-4e72da4d58e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ca78327-d9ed-45e6-8bb6-4e72da4d58e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c272af25-bd64-47b0-84d8-56efa168f697/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Hawaii",
                "amount": 5000.0
            },
            {
                "team": "Nevada",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c4b113f-8388-45e6-a030-a3d885762adc",
            "gambit_id": "b96a5a26-3d9c-49fa-8334-802dec10bffd",
            "last_updated": "2022-10-17T10:06:54.811194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca78327-d9ed-45e6-8bb6-4e72da4d58e1/?format=api"
        },
        {
            "id": "939d90d2-8f80-4e09-a174-064b1add9472",
            "gambit_id": "70b1c920-6813-43a1-82d0-215187a45d96",
            "last_updated": "2022-10-17T10:06:54.812135-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca78327-d9ed-45e6-8bb6-4e72da4d58e1/?format=api"
        }
    ]
}