GET /api/bet_types/88ae2ce8-9ab3-4252-9d88-845113751e13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88ae2ce8-9ab3-4252-9d88-845113751e13",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5aff349-38db-4fa2-8ffd-6c4a351275f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:02.901715-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": "Game Total Over 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "db91e222-e57e-4450-8404-3ff8af11b5eb",
            "gambit_id": "3dbc003b-cbb7-4333-8489-2fb51f7a01c4",
            "last_updated": "2023-02-11T19:32:23.250142-05:00",
            "created_at": "2023-02-09T11:12:02.904428-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88ae2ce8-9ab3-4252-9d88-845113751e13/?format=api"
        },
        {
            "id": "f562d8a0-3e41-4fb1-ac7c-cb0157fa4331",
            "gambit_id": "ee9e1826-51ac-445b-81ad-058604197786",
            "last_updated": "2023-02-11T19:32:23.248393-05:00",
            "created_at": "2023-02-09T11:12:02.903067-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88ae2ce8-9ab3-4252-9d88-845113751e13/?format=api"
        }
    ]
}