GET /api/bet_types/1afa37c3-47f3-4ea7-91e6-448b8bde6a14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1afa37c3-47f3-4ea7-91e6-448b8bde6a14",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8d89bfe-e99c-4a12-be7e-2abedbd79ce8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-10T09:58:02.154968-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 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfaaa1eb-f1c3-457a-ad37-ddabc81a6e8b",
            "gambit_id": "87eeb9d5-eb23-47e9-b7de-0722a2495619",
            "last_updated": "2023-12-12T10:28:16.572614-05:00",
            "created_at": "2023-12-10T09:58:02.163715-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1afa37c3-47f3-4ea7-91e6-448b8bde6a14/?format=api"
        },
        {
            "id": "26ec931a-07f6-4d32-bbf7-11944f02b117",
            "gambit_id": "ba9798e1-d143-44be-a1b0-1ddf1a19b3fc",
            "last_updated": "2023-12-12T10:28:16.569090-05:00",
            "created_at": "2023-12-10T09:58:02.159224-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1afa37c3-47f3-4ea7-91e6-448b8bde6a14/?format=api"
        }
    ]
}