GET /api/bet_types/cd3ccfc8-6c74-4bf7-b759-c40a1c08776a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd3ccfc8-6c74-4bf7-b759-c40a1c08776a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cbb6dd0-ea5f-40ad-8728-84a5d6ac40a3/?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 Under 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e35f1ee9-f132-4f28-85e0-492a69e14303",
            "gambit_id": "e141ca22-327e-46ba-a8f5-2a3bb58e570c",
            "last_updated": "2022-12-01T16:22:24.250109-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd3ccfc8-6c74-4bf7-b759-c40a1c08776a/?format=api"
        },
        {
            "id": "ecc372e2-bfae-4b04-ae7f-3beefe9def20",
            "gambit_id": "5c0e169b-c23e-422e-9a96-4c91616b0aee",
            "last_updated": "2022-12-01T16:22:24.251286-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd3ccfc8-6c74-4bf7-b759-c40a1c08776a/?format=api"
        }
    ]
}