GET /api/bet_types/7c2cfc3d-d5cf-4474-b510-c7383f10fad9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c2cfc3d-d5cf-4474-b510-c7383f10fad9",
    "match": "https://api-prod.gambitprofit.com/api/matches/962f2a5e-35db-479c-979a-ef312d1913db/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T09:53:01.917453-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": "Total Rounds Under 4.5",
                "amount": 5297.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "97b3f2b9-7a8d-48e0-a736-5776392edc7c",
            "gambit_id": "0f426926-158d-492a-9fb4-72b11f9fcd8c",
            "last_updated": "2023-07-10T18:18:16.991337-04:00",
            "created_at": "2023-07-08T09:53:01.922486-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c2cfc3d-d5cf-4474-b510-c7383f10fad9/?format=api"
        },
        {
            "id": "06931736-7f1e-48b8-835d-08f350039c24",
            "gambit_id": "a37c1efd-1f19-4784-8e64-c7c110699007",
            "last_updated": "2023-07-10T18:18:16.989917-04:00",
            "created_at": "2023-07-08T09:53:01.919662-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c2cfc3d-d5cf-4474-b510-c7383f10fad9/?format=api"
        }
    ]
}