GET /api/bet_types/c993ad5e-b680-4510-86cc-0e6bb427141a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c993ad5e-b680-4510-86cc-0e6bb427141a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cd1366e-24c9-4049-85d4-5e4200414e24/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T09:33:13.794719-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 46",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 46",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "50380920-12c5-4287-861f-46a9e4deaade",
            "gambit_id": "ea10b009-bd32-437a-8d32-70cea0e65904",
            "last_updated": "2024-01-23T18:43:22.799824-05:00",
            "created_at": "2024-01-19T09:33:13.798388-05:00",
            "name": "Game Total Under 46",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c993ad5e-b680-4510-86cc-0e6bb427141a/?format=api"
        },
        {
            "id": "c39981a2-0299-46b6-bdee-6c506c1c0868",
            "gambit_id": "220a5642-5a0e-47ee-a07b-80c8abb5a3f4",
            "last_updated": "2024-01-23T18:43:22.794593-05:00",
            "created_at": "2024-01-19T09:33:13.802721-05:00",
            "name": "Game Total Over 46",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c993ad5e-b680-4510-86cc-0e6bb427141a/?format=api"
        }
    ]
}