GET /api/bet_types/9a40fffb-dcd1-440a-a7d8-f625df1376df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a40fffb-dcd1-440a-a7d8-f625df1376df",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8c2a00e-62b7-4486-8356-5becd1d3ac3a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:22.678658-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 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "725d2edb-0e80-426b-af36-9f3d8c1e5250",
            "gambit_id": "3be7020d-430d-4aa7-897b-193c9c35ed68",
            "last_updated": "2023-06-08T16:18:10.748224-04:00",
            "created_at": "2023-06-07T09:28:22.680660-04:00",
            "name": "Game Total Over 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a40fffb-dcd1-440a-a7d8-f625df1376df/?format=api"
        },
        {
            "id": "a5f2f02a-b2e1-4de1-a6cb-5a5fa4e57a41",
            "gambit_id": "f1aea2a3-7c91-47cf-867f-7c0c1a87893b",
            "last_updated": "2023-06-08T16:18:10.750455-04:00",
            "created_at": "2023-06-07T09:28:22.682818-04:00",
            "name": "Game Total Under 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a40fffb-dcd1-440a-a7d8-f625df1376df/?format=api"
        }
    ]
}