GET /api/bet_types/fa3a5b1c-3ee6-470c-9225-ee563ac0f4ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa3a5b1c-3ee6-470c-9225-ee563ac0f4ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9740fcc-660f-48aa-a310-83c152d68610/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T08:07:18.869935-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 Under 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bda5ec2-bd66-4692-8ee2-562602480582",
            "gambit_id": "0bd134bb-1b55-474e-82c5-52fc573274a1",
            "last_updated": "2023-03-04T12:31:50.835245-05:00",
            "created_at": "2023-03-03T08:07:18.871249-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3a5b1c-3ee6-470c-9225-ee563ac0f4ed/?format=api"
        },
        {
            "id": "3f8192d6-e2f8-493a-b4eb-31bdf186125c",
            "gambit_id": "1aa760ac-883c-4587-bdf3-1b0aa31045b8",
            "last_updated": "2023-03-04T12:31:50.836397-05:00",
            "created_at": "2023-03-03T08:07:18.872607-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3a5b1c-3ee6-470c-9225-ee563ac0f4ed/?format=api"
        }
    ]
}