GET /api/bet_types/1baea536-69a3-478b-b794-e5a4b4fca7f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1baea536-69a3-478b-b794-e5a4b4fca7f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/25594ef0-c355-4829-a347-60672db91d43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:02.354910-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": "dc1df072-e643-4ee0-b771-0a051ef5eabb",
            "gambit_id": "8953f505-1a7a-4f20-bbab-eae5fc0742c0",
            "last_updated": "2023-04-28T11:22:24.666242-04:00",
            "created_at": "2023-04-27T11:52:02.357267-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/1baea536-69a3-478b-b794-e5a4b4fca7f0/?format=api"
        },
        {
            "id": "17eb13e4-16b8-4d9c-a572-6d412698b3bd",
            "gambit_id": "706c4d0d-5c5b-4fd2-82f7-9e8f3b773d47",
            "last_updated": "2023-04-28T11:22:24.667649-04:00",
            "created_at": "2023-04-27T11:52:02.359809-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/1baea536-69a3-478b-b794-e5a4b4fca7f0/?format=api"
        }
    ]
}