GET /api/bet_types/36f2c01e-06be-4317-837f-d95ba98f8cbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36f2c01e-06be-4317-837f-d95ba98f8cbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d89cfa-8eca-4117-bb47-73f85e0ffc59/?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": "0114dca3-1b11-4ff7-b47e-f911ecaf951d",
            "gambit_id": "82aa8782-0b62-4e83-bcdf-edb8925de69f",
            "last_updated": "2022-09-29T10:42:04.183464-04: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/36f2c01e-06be-4317-837f-d95ba98f8cbb/?format=api"
        },
        {
            "id": "c305999d-919d-450a-9e60-1b6fef94a94e",
            "gambit_id": "206e2ae6-051b-4361-a3b9-9989d1148f22",
            "last_updated": "2022-09-29T10:42:04.182306-04: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/36f2c01e-06be-4317-837f-d95ba98f8cbb/?format=api"
        }
    ]
}