GET /api/bet_types/90514c22-afd4-4823-8458-9096a80e6c68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90514c22-afd4-4823-8458-9096a80e6c68",
    "match": "https://api-prod.gambitprofit.com/api/matches/2744e258-23fb-4bfc-acde-45eac6c96b27/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T08:37:11.134429-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 211.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 211.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea26aa48-15d3-4bef-8501-1daa90f52f34",
            "gambit_id": "f6db6afe-d649-4cf2-aeb3-0ccf0dd2842a",
            "last_updated": "2023-01-13T11:32:07.965127-05:00",
            "created_at": "2023-01-12T08:37:11.136865-05:00",
            "name": "Game Total Over 211.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90514c22-afd4-4823-8458-9096a80e6c68/?format=api"
        },
        {
            "id": "c7032270-53ad-4838-88d8-5fa22f64dd78",
            "gambit_id": "c1fc9259-9a42-42ae-bb1a-11dcf4e754d1",
            "last_updated": "2023-01-13T11:32:07.964028-05:00",
            "created_at": "2023-01-12T08:37:11.135598-05:00",
            "name": "Game Total Under 211.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90514c22-afd4-4823-8458-9096a80e6c68/?format=api"
        }
    ]
}