GET /api/bet_types/36584fc8-21de-46d1-9a95-8ac43ec2d870/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36584fc8-21de-46d1-9a95-8ac43ec2d870",
    "match": "https://api-prod.gambitprofit.com/api/matches/817065ec-29a2-4d10-a5b5-d75ef29f4e6e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-07T09:07:55.823971-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "abbc45c6-3c39-4d9a-845b-2bf77bb65660",
            "gambit_id": "133c2dde-459a-4388-a3a3-9a55d6657a21",
            "last_updated": "2024-01-09T10:43:23.106467-05:00",
            "created_at": "2024-01-07T09:07:55.830727-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/36584fc8-21de-46d1-9a95-8ac43ec2d870/?format=api"
        },
        {
            "id": "8db04d4e-d78b-403f-90ed-bbebf863e3d3",
            "gambit_id": "911f733b-19b6-4455-956a-f865ffcb6f26",
            "last_updated": "2024-01-09T10:43:23.109777-05:00",
            "created_at": "2024-01-07T09:07:55.834745-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/36584fc8-21de-46d1-9a95-8ac43ec2d870/?format=api"
        }
    ]
}