GET /api/bet_types/d5e9e669-0f30-444f-b0c9-5d17b930d360/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5e9e669-0f30-444f-b0c9-5d17b930d360",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eb10636-c42b-4ee2-a45d-b3821a56d19a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6429.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3571.0
            }
        ],
        "expected_reward_tokens": 8998.92,
        "profit_sb": -1.08,
        "profit_sb_percentage": -0.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "37b88752-c7a4-4073-8b24-e5aaa58d4ab5",
            "gambit_id": "dd350474-485a-4dac-bfd4-d73fd83b3e62",
            "last_updated": "2022-12-24T17:12:12.049982-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.40000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5e9e669-0f30-444f-b0c9-5d17b930d360/?format=api"
        },
        {
            "id": "9cc84029-9482-46e6-a086-078580042946",
            "gambit_id": "011acadb-f6fe-4dda-a1eb-40df92894f85",
            "last_updated": "2022-12-24T17:12:12.048728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5e9e669-0f30-444f-b0c9-5d17b930d360/?format=api"
        }
    ]
}