GET /api/bet_types/b5603295-50c4-4f3f-ade5-48d443a2066a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5603295-50c4-4f3f-ade5-48d443a2066a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca596dff-031a-4f8e-8773-e3f9c28471b1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:12.382886-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 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "65f9c035-3afa-44e2-b00b-430d98856744",
            "gambit_id": "66358830-6dd2-4971-806a-b263537a26da",
            "last_updated": "2023-10-31T19:48:06.925056-04:00",
            "created_at": "2023-10-30T08:58:12.386080-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5603295-50c4-4f3f-ade5-48d443a2066a/?format=api"
        },
        {
            "id": "2df0f6aa-5028-4633-8319-1a8b0c4cc919",
            "gambit_id": "8e76aa4b-122e-4c7b-9a54-670051d87304",
            "last_updated": "2023-10-31T19:48:06.929017-04:00",
            "created_at": "2023-10-30T08:58:12.390071-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5603295-50c4-4f3f-ade5-48d443a2066a/?format=api"
        }
    ]
}