GET /api/bet_types/013b3d2e-f8b1-4d56-bc16-e1feb6412a12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "013b3d2e-f8b1-4d56-bc16-e1feb6412a12",
    "match": "https://api-prod.gambitprofit.com/api/matches/512540ff-a5c3-4ac8-af13-7b159c1de73a/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2c97e0f-f670-4351-b40c-1a8e5c9e1210",
            "gambit_id": "366535c5-a09b-4988-8efd-13755a0c8acb",
            "last_updated": "2022-10-08T09:02:07.237657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/013b3d2e-f8b1-4d56-bc16-e1feb6412a12/?format=api"
        },
        {
            "id": "db26e055-da3b-42f5-8576-5aaf80fd3667",
            "gambit_id": "e6f5836f-60b6-4fdf-a0f7-6d8af6900722",
            "last_updated": "2022-10-08T09:02:07.238633-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/013b3d2e-f8b1-4d56-bc16-e1feb6412a12/?format=api"
        }
    ]
}