GET /api/bet_types/aa834ca4-84d0-443a-8a44-7a8d95ceb254/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa834ca4-84d0-443a-8a44-7a8d95ceb254",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7be34e0-18c1-4f91-9b7e-5497e8e7f9aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-13T09:17:59.574071-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 Under 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b0f24dd-0e06-4f41-9340-df4459d10ea1",
            "gambit_id": "9c4255b7-067c-48fb-8b18-31d20699e007",
            "last_updated": "2023-11-14T10:08:16.578471-05:00",
            "created_at": "2023-11-13T09:17:59.582818-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa834ca4-84d0-443a-8a44-7a8d95ceb254/?format=api"
        },
        {
            "id": "5c6aff2e-1d9e-4f76-bdb5-41ffa30547be",
            "gambit_id": "c92d1b17-2896-4d1b-9a95-58dbc9d04679",
            "last_updated": "2023-11-14T10:08:16.575209-05:00",
            "created_at": "2023-11-13T09:17:59.578793-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa834ca4-84d0-443a-8a44-7a8d95ceb254/?format=api"
        }
    ]
}