GET /api/bet_types/cc182806-1f62-4a9c-ac58-c5f3aac904e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc182806-1f62-4a9c-ac58-c5f3aac904e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e5dee6-2568-4804-9f0c-9e92fb00954d/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:43:00.022243-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 Over 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33e66478-4013-4665-99a2-e1c706386f40",
            "gambit_id": "e3023343-e995-41fd-9555-8de46f3231bf",
            "last_updated": "2024-01-09T10:33:28.574519-05:00",
            "created_at": "2024-01-04T09:43:00.026314-05:00",
            "name": "Game Total Over 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc182806-1f62-4a9c-ac58-c5f3aac904e6/?format=api"
        },
        {
            "id": "7c553a9b-4050-4a77-a7a5-56d82f39d8c2",
            "gambit_id": "658dff7e-07ed-4a1e-b266-8cb0c541cc25",
            "last_updated": "2024-01-09T10:33:28.578086-05:00",
            "created_at": "2024-01-04T09:43:00.030660-05:00",
            "name": "Game Total Under 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc182806-1f62-4a9c-ac58-c5f3aac904e6/?format=api"
        }
    ]
}