GET /api/bet_types/22c3586b-07fa-4fd3-bf05-a5a7838c2f1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22c3586b-07fa-4fd3-bf05-a5a7838c2f1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/df45cadf-6169-4b70-b8e0-c580c8276c0c/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:09.231486-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "230a31f5-f928-46a7-9a6c-e259d734d6f3",
            "gambit_id": "309911b6-ebf7-4f48-bd4f-d3c3da670025",
            "last_updated": "2022-12-31T10:31:55.305751-05:00",
            "created_at": "2022-12-29T08:42:09.233898-05:00",
            "name": "Game Total Over 227",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c3586b-07fa-4fd3-bf05-a5a7838c2f1d/?format=api"
        },
        {
            "id": "a23422c5-3f9c-454d-aa43-9846bb0e26c1",
            "gambit_id": "e303a5d3-9a94-4a9d-beff-78d1222543f0",
            "last_updated": "2022-12-31T10:31:55.304521-05:00",
            "created_at": "2022-12-29T08:42:09.232694-05:00",
            "name": "Game Total Under 227",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c3586b-07fa-4fd3-bf05-a5a7838c2f1d/?format=api"
        }
    ]
}