GET /api/bet_types/81afc68b-af3a-47a2-8d0d-3ddb7cfc1667/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81afc68b-af3a-47a2-8d0d-3ddb7cfc1667",
    "match": "https://api-prod.gambitprofit.com/api/matches/804fb7c7-53fa-4856-836c-d4677db9423c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:06.056277-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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "93c06b8c-f3dd-4515-87c0-65c1f2b99859",
            "gambit_id": "d8437566-969e-49e7-97b6-b8cc31b73816",
            "last_updated": "2023-11-13T13:58:16.596661-05:00",
            "created_at": "2023-11-11T08:53:06.060035-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81afc68b-af3a-47a2-8d0d-3ddb7cfc1667/?format=api"
        },
        {
            "id": "b65ad9e0-c2a1-47b2-8b9a-a34f8481544b",
            "gambit_id": "ebd1f107-fea2-49b7-bd0b-9f70c0adbf28",
            "last_updated": "2023-11-13T13:58:16.599692-05:00",
            "created_at": "2023-11-11T08:53:06.064502-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81afc68b-af3a-47a2-8d0d-3ddb7cfc1667/?format=api"
        }
    ]
}