GET /api/bet_types/925b574d-69dc-4336-a758-f4ceea113e30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "925b574d-69dc-4336-a758-f4ceea113e30",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d43ccb3-1cd9-4db1-9e0e-960f33091e35/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T09:57:59.042351-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 Over 1.5",
                "amount": 5204.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5cbbf33-ac86-465d-802e-a418e7e170a1",
            "gambit_id": "24328b6c-6a2f-4400-a07e-968bd39eb867",
            "last_updated": "2023-07-23T22:07:59.394830-04:00",
            "created_at": "2023-07-22T09:57:59.046454-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925b574d-69dc-4336-a758-f4ceea113e30/?format=api"
        },
        {
            "id": "ed9d4ef4-424b-4c44-98b5-89423d5add3c",
            "gambit_id": "99a06d04-3bac-4377-b9be-7b47ebc98dce",
            "last_updated": "2023-07-23T22:07:59.398490-04:00",
            "created_at": "2023-07-22T09:57:59.050379-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925b574d-69dc-4336-a758-f4ceea113e30/?format=api"
        }
    ]
}