GET /api/bet_types/de2f4556-08ec-4586-8eac-8351a85dff8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de2f4556-08ec-4586-8eac-8351a85dff8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bba704d-e9d9-4f42-b974-0154f06f4c3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:02.381335-04: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": "HOU",
                "amount": 5857.0
            },
            {
                "team": "KAN",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "638c6360-4067-4ce8-b7e2-b13ae26025aa",
            "gambit_id": "65bf02a0-04b1-493b-ac02-d6406046311b",
            "last_updated": "2023-09-18T22:53:06.165608-04:00",
            "created_at": "2023-09-17T10:28:02.385629-04:00",
            "name": "HOU",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2f4556-08ec-4586-8eac-8351a85dff8d/?format=api"
        },
        {
            "id": "1e338934-2963-47a6-af06-b236226756e2",
            "gambit_id": "ae3b71b8-45f8-4a60-aba0-2734825a28d2",
            "last_updated": "2023-09-18T22:53:06.169192-04:00",
            "created_at": "2023-09-17T10:28:02.407197-04:00",
            "name": "KAN",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2f4556-08ec-4586-8eac-8351a85dff8d/?format=api"
        }
    ]
}