GET /api/bet_types/093edfa6-27e1-409f-9700-4f70645b664d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "093edfa6-27e1-409f-9700-4f70645b664d",
    "match": "https://api-prod.gambitprofit.com/api/matches/09cd3244-51e5-4f11-84b7-619356bfa756/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a64f138-3d3c-4567-be15-ee81587d36df",
            "gambit_id": "68cff24e-ffcf-44ea-9843-d74109a479b0",
            "last_updated": "2022-10-03T11:07:26.107604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093edfa6-27e1-409f-9700-4f70645b664d/?format=api"
        },
        {
            "id": "0a9a1068-a6b3-4afe-b74a-1060719312be",
            "gambit_id": "f9167e71-750e-4591-a9dd-b1f828fae3a1",
            "last_updated": "2022-10-03T11:07:26.106469-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/093edfa6-27e1-409f-9700-4f70645b664d/?format=api"
        }
    ]
}