GET /api/bet_types/7ff7248e-b45b-4149-a808-114e87abe947/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ff7248e-b45b-4149-a808-114e87abe947",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6865a99-ba54-4309-9438-17af9e948a49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-20T08:43:02.490135-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbfa5edd-db50-4467-bfdc-fcbca682ca83",
            "gambit_id": "ec403284-b2dc-4e4f-b529-ec1d0bb6b5ed",
            "last_updated": "2023-08-21T19:43:20.713044-04:00",
            "created_at": "2023-08-20T08:43:02.494663-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ff7248e-b45b-4149-a808-114e87abe947/?format=api"
        },
        {
            "id": "bf05f225-52bd-4278-a9ea-8c3a1c87bf9c",
            "gambit_id": "b2660a72-52df-4dba-affc-c8c714742df4",
            "last_updated": "2023-08-21T19:43:20.716907-04:00",
            "created_at": "2023-08-20T08:43:02.514671-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ff7248e-b45b-4149-a808-114e87abe947/?format=api"
        }
    ]
}