GET /api/bet_types/03fbf15c-a37f-470b-9da7-b88d4b2ded4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03fbf15c-a37f-470b-9da7-b88d4b2ded4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dca333c6-62aa-4f09-91bc-0f80796c03de/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T08:23:25.053251-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e99b311a-261c-4d86-a112-b17497a83aba",
            "gambit_id": "7287d3c8-bf6e-4af9-9e72-2c0a49a4cbba",
            "last_updated": "2023-09-21T10:43:01.402730-04:00",
            "created_at": "2023-09-20T08:23:25.061422-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fbf15c-a37f-470b-9da7-b88d4b2ded4a/?format=api"
        },
        {
            "id": "0d8326ce-27c9-48a8-ad2a-d5a8c73b4019",
            "gambit_id": "198ebe6a-ce3f-4909-8a36-114fad60d7fa",
            "last_updated": "2023-09-21T10:43:01.398936-04:00",
            "created_at": "2023-09-20T08:23:25.056716-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03fbf15c-a37f-470b-9da7-b88d4b2ded4a/?format=api"
        }
    ]
}