GET /api/bet_types/69d92aac-67e0-4a75-865e-fd4a88cb420e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69d92aac-67e0-4a75-865e-fd4a88cb420e",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a3d7fd-236b-49c1-8691-74b6e6fd6f03/?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 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "87f323d3-f92d-4f27-ad89-b686458f592f",
            "gambit_id": "33ea3a26-9442-4072-8be8-028da05c05d7",
            "last_updated": "2022-09-05T13:37:07.442336-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69d92aac-67e0-4a75-865e-fd4a88cb420e/?format=api"
        },
        {
            "id": "07f57b32-8397-4119-92e8-863f716a3d60",
            "gambit_id": "ae9a0da2-aa70-4d70-b8be-e3919ddd002a",
            "last_updated": "2022-09-05T13:37:07.443568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69d92aac-67e0-4a75-865e-fd4a88cb420e/?format=api"
        }
    ]
}