GET /api/bet_types/578e06b7-3ac2-459f-a539-d1e998461591/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "578e06b7-3ac2-459f-a539-d1e998461591",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5b7d3b1-4df6-4bf0-952f-82ef0b794cde/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:18.465821-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 7",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a271da8-853c-45f9-9c2b-2ab7d4de6c40",
            "gambit_id": "40f6a62f-79b4-4e31-96f4-3069654c8e91",
            "last_updated": "2023-05-31T11:47:21.449610-04:00",
            "created_at": "2023-05-30T10:47:18.467525-04:00",
            "name": "Game Total Over 7",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578e06b7-3ac2-459f-a539-d1e998461591/?format=api"
        },
        {
            "id": "83271519-61e4-40ae-b0ba-360d2ac353ed",
            "gambit_id": "43ae7a26-d58b-4bb9-a028-24f40248792a",
            "last_updated": "2023-05-31T11:47:21.452012-04:00",
            "created_at": "2023-05-30T10:47:18.469246-04:00",
            "name": "Game Total Under 7",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578e06b7-3ac2-459f-a539-d1e998461591/?format=api"
        }
    ]
}