GET /api/bet_types/b88e29eb-e9ae-48ac-93cc-6e06067da744/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b88e29eb-e9ae-48ac-93cc-6e06067da744",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b43eef2-aa8d-40ab-a44a-de9ee366950f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-09T09:18:02.039720-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "39e55884-00c2-4bb9-95df-87a78db93827",
            "gambit_id": "7a5a9cdb-38bd-407d-b21f-b92403be5194",
            "last_updated": "2024-01-11T11:03:01.486935-05:00",
            "created_at": "2024-01-09T09:18:02.046344-05:00",
            "name": "Game Total Over 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b88e29eb-e9ae-48ac-93cc-6e06067da744/?format=api"
        },
        {
            "id": "7d718a53-6f79-4a49-b1d5-c4769175c357",
            "gambit_id": "9715f036-92ca-4e4e-8c38-103adcd342d6",
            "last_updated": "2024-01-11T11:03:01.491277-05:00",
            "created_at": "2024-01-09T09:18:02.053431-05:00",
            "name": "Game Total Under 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b88e29eb-e9ae-48ac-93cc-6e06067da744/?format=api"
        }
    ]
}