GET /api/bet_types/a32ff094-8f19-4d5e-ba76-5f42817a5cb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a32ff094-8f19-4d5e-ba76-5f42817a5cb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd06431d-c0ae-41d6-a52d-c36ef94eb8cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T09:42:59.363610-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2c1eb2f-0cc9-4b9a-b03a-c273597964b1",
            "gambit_id": "0a88d9e9-1c0a-4531-acaa-51d9f61996be",
            "last_updated": "2023-09-12T11:43:03.448311-04:00",
            "created_at": "2023-09-09T09:42:59.367326-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a32ff094-8f19-4d5e-ba76-5f42817a5cb7/?format=api"
        },
        {
            "id": "1a34c096-a506-4a2d-bdc5-d39091a1d67e",
            "gambit_id": "45d2eebe-1558-4840-bab3-2ee8a8498ccd",
            "last_updated": "2023-09-12T11:43:03.456571-04:00",
            "created_at": "2023-09-09T09:42:59.371584-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a32ff094-8f19-4d5e-ba76-5f42817a5cb7/?format=api"
        }
    ]
}