GET /api/bet_types/d7bef741-286e-4ce8-a5e5-fe3e735f050f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7bef741-286e-4ce8-a5e5-fe3e735f050f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5cd5179-9f23-47bb-b561-43da1253d3f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:13.839162-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c236c3e-80e8-454d-8bec-a22f4646f54b",
            "gambit_id": "00ce2490-700c-4c45-a91d-110d914d06ea",
            "last_updated": "2023-05-10T15:27:07.914956-04:00",
            "created_at": "2023-05-09T11:07:13.840982-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7bef741-286e-4ce8-a5e5-fe3e735f050f/?format=api"
        },
        {
            "id": "e69cf367-6125-48dd-a37f-f15a7af2108c",
            "gambit_id": "c3ce07cd-a3a6-46c0-aa4d-0f726b230076",
            "last_updated": "2023-05-10T15:27:07.916266-04:00",
            "created_at": "2023-05-09T11:07:13.842822-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7bef741-286e-4ce8-a5e5-fe3e735f050f/?format=api"
        }
    ]
}