GET /api/bet_types/489d1b93-5869-4df8-88a0-b64123417db4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "489d1b93-5869-4df8-88a0-b64123417db4",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbb9bdeb-5ca3-4c6c-a342-c5a533f92bb9/?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 Over 5.5",
                "amount": 5397.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "64717b72-8765-4ecd-ba8a-1126d953456c",
            "gambit_id": "99691c42-55dc-44f1-8a0d-7505a3d794e0",
            "last_updated": "2022-11-07T09:18:10.428092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/489d1b93-5869-4df8-88a0-b64123417db4/?format=api"
        },
        {
            "id": "51f5023d-c3a1-4f0f-b91e-383ec76ce6d3",
            "gambit_id": "c183da1e-433e-41f3-b7aa-5ad2398692b9",
            "last_updated": "2022-11-07T09:18:10.426907-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/489d1b93-5869-4df8-88a0-b64123417db4/?format=api"
        }
    ]
}