GET /api/bet_types/1f4b8078-8157-4a34-a56a-c255444503bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f4b8078-8157-4a34-a56a-c255444503bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1357eab-8125-455d-8549-269f407eb1cd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:08.511936-04: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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c35b128-1ca4-4f26-974d-0522ceb0a253",
            "gambit_id": "9d39794d-5632-4983-8a15-a6a02813cb99",
            "last_updated": "2023-11-06T09:58:05.216611-05:00",
            "created_at": "2023-11-04T09:48:08.515887-04:00",
            "name": "Game Total Over 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f4b8078-8157-4a34-a56a-c255444503bc/?format=api"
        },
        {
            "id": "5629d7eb-48f6-40db-b9dc-5b05dbbbc9aa",
            "gambit_id": "6cb7381f-f5c8-41db-94a3-53de02b388d3",
            "last_updated": "2023-11-06T09:58:05.219892-05:00",
            "created_at": "2023-11-04T09:48:08.522436-04:00",
            "name": "Game Total Under 220.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f4b8078-8157-4a34-a56a-c255444503bc/?format=api"
        }
    ]
}