GET /api/bet_types/cf9d54bc-4958-48aa-a320-47589ce413cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf9d54bc-4958-48aa-a320-47589ce413cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/54f343c7-79cf-43d6-9633-03ac0ab42962/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T16:47:17.760204-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 Under 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aad42e2a-4f99-48bd-891d-8d76f83512b7",
            "gambit_id": "015c298e-9939-4bb5-838a-8aaac08ecc16",
            "last_updated": "2023-03-20T10:57:14.613497-04:00",
            "created_at": "2023-03-19T16:47:17.762757-04:00",
            "name": "Game Total Under 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf9d54bc-4958-48aa-a320-47589ce413cd/?format=api"
        },
        {
            "id": "c35b2b97-4bf4-4857-8bc1-08b6efcdccd4",
            "gambit_id": "3e91c694-da58-44fd-a28d-7013d42ffec2",
            "last_updated": "2023-03-20T10:57:14.616163-04:00",
            "created_at": "2023-03-19T16:47:17.765017-04:00",
            "name": "Game Total Over 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf9d54bc-4958-48aa-a320-47589ce413cd/?format=api"
        }
    ]
}