GET /api/bet_types/116d2096-dfaf-40f6-ac90-4793a36a24e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "116d2096-dfaf-40f6-ac90-4793a36a24e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a411078-beb3-4175-a371-a4b827d5b10d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-07T11:33:27.460279-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": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "99df8ab4-4474-455f-b6e5-e53920536da4",
            "gambit_id": "2e0c0a6e-7255-4a8a-a1f2-d40bb56aadf9",
            "last_updated": "2023-07-09T20:28:25.268837-04:00",
            "created_at": "2023-07-07T11:33:27.461866-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/116d2096-dfaf-40f6-ac90-4793a36a24e7/?format=api"
        },
        {
            "id": "4247e435-331e-496d-9792-0a058f992832",
            "gambit_id": "19cb4af5-0ab7-45e1-8198-1adad966841f",
            "last_updated": "2023-07-09T20:28:25.270859-04:00",
            "created_at": "2023-07-07T11:33:27.464607-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/116d2096-dfaf-40f6-ac90-4793a36a24e7/?format=api"
        }
    ]
}