GET /api/bet_types/279b7d3a-3d4b-48ba-a28b-ba7da69ec9dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "279b7d3a-3d4b-48ba-a28b-ba7da69ec9dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e4441ce-c229-498b-a34c-baf92e63636b/?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 65",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc0e0313-d713-4b49-9f54-871d5f27f435",
            "gambit_id": "4346bfce-9242-4a86-8e29-063b87e536c4",
            "last_updated": "2022-10-01T09:12:47.596492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/279b7d3a-3d4b-48ba-a28b-ba7da69ec9dc/?format=api"
        },
        {
            "id": "c229b55f-c5ff-43b4-aed4-224c6f867999",
            "gambit_id": "e690ebb9-7fbe-43e4-902c-59ee49757d67",
            "last_updated": "2022-10-01T09:12:47.597513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/279b7d3a-3d4b-48ba-a28b-ba7da69ec9dc/?format=api"
        }
    ]
}