GET /api/bet_types/b8a2616d-14fd-409b-9a7c-ec5c59022040/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8a2616d-14fd-409b-9a7c-ec5c59022040",
    "match": "https://api-prod.gambitprofit.com/api/matches/b46985f4-ce76-4d3c-b726-23a9f9e598a8/?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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f2accda-f54c-497e-be1d-c7f53991fe4e",
            "gambit_id": "df17bdb7-59a6-493a-8128-ef767586070c",
            "last_updated": "2022-08-29T11:32:14.881829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 37",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a2616d-14fd-409b-9a7c-ec5c59022040/?format=api"
        },
        {
            "id": "00d1c0c7-020c-4c63-b15c-66b7b64bf8b5",
            "gambit_id": "d4e4cd77-1450-46d6-ab63-606e73ef8588",
            "last_updated": "2022-08-29T11:32:14.882320-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 37",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a2616d-14fd-409b-9a7c-ec5c59022040/?format=api"
        }
    ]
}