GET /api/bet_types/57ae5671-8e49-46df-b3e1-89dd7c0a50a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57ae5671-8e49-46df-b3e1-89dd7c0a50a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1226986c-47e0-41c5-b896-da07ec2522e5/?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 Under 8",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5556979-589e-450e-a898-517a460db8bf",
            "gambit_id": "3e4bfc38-6440-4594-98e3-bf0de2d0742a",
            "last_updated": "2022-08-21T12:52:08.998316-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ae5671-8e49-46df-b3e1-89dd7c0a50a8/?format=api"
        },
        {
            "id": "05f4f113-7e2d-4ccd-83b9-9960954f4681",
            "gambit_id": "90fbea3d-7463-439b-8187-599180564171",
            "last_updated": "2022-08-21T12:52:08.998896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ae5671-8e49-46df-b3e1-89dd7c0a50a8/?format=api"
        }
    ]
}