GET /api/bet_types/398c1ed6-9259-4e82-aee7-6067153fcb25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "398c1ed6-9259-4e82-aee7-6067153fcb25",
    "match": "https://api-prod.gambitprofit.com/api/matches/0eceecfa-afef-4fff-9c68-c24f57d40b48/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:24.831611-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": "Game Total Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "74877818-146c-45d3-9df6-3db4082844fc",
            "gambit_id": "18af4df6-e92c-4e9f-b17d-190957a13ad6",
            "last_updated": "2023-09-09T11:28:28.122894-04:00",
            "created_at": "2023-09-08T09:23:24.841077-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/398c1ed6-9259-4e82-aee7-6067153fcb25/?format=api"
        },
        {
            "id": "b656961f-6be7-4c38-ba76-754adb106b75",
            "gambit_id": "2b840b9d-d139-43e8-bdca-bb1a49729b72",
            "last_updated": "2023-09-09T11:28:28.119495-04:00",
            "created_at": "2023-09-08T09:23:24.835514-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/398c1ed6-9259-4e82-aee7-6067153fcb25/?format=api"
        }
    ]
}