GET /api/bet_types/3b6410c3-2376-438b-94ee-c772bf4e175c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b6410c3-2376-438b-94ee-c772bf4e175c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9d71ce6-f7fa-46bb-837b-9dcf8b362615/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:24.714520-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a08b126c-845f-4297-b2f8-17d8c13c3c30",
            "gambit_id": "87d23fd9-1417-43a1-ab4c-5a061373960b",
            "last_updated": "2024-01-05T13:38:30.906763-05:00",
            "created_at": "2024-01-04T09:18:24.719531-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6410c3-2376-438b-94ee-c772bf4e175c/?format=api"
        },
        {
            "id": "e3b1d4b9-e7d4-407a-a7ab-38d4691bb247",
            "gambit_id": "eb03c8d4-3ce2-4c2a-8909-8454326a92ba",
            "last_updated": "2024-01-05T13:38:30.910050-05:00",
            "created_at": "2024-01-04T09:18:24.724741-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6410c3-2376-438b-94ee-c772bf4e175c/?format=api"
        }
    ]
}