GET /api/bet_types/b3a3bbc0-ea17-4953-859b-c726b9b51d86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3a3bbc0-ea17-4953-859b-c726b9b51d86",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ad35a32-e35f-4263-a9ee-06df82a1494f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T09:07:02.860072-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "19b1d381-a2dc-4363-b3ed-9833c6d3a2c3",
            "gambit_id": "215d4131-e7e6-4280-beda-730ad7556237",
            "last_updated": "2023-02-26T11:41:54.834954-05:00",
            "created_at": "2023-02-25T09:07:02.861339-05:00",
            "name": "Game Total Under 228",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3a3bbc0-ea17-4953-859b-c726b9b51d86/?format=api"
        },
        {
            "id": "0268bb97-74b7-4335-ba03-c4d7061c070b",
            "gambit_id": "b5663857-4eea-4886-84e2-f5081fa5944d",
            "last_updated": "2023-02-26T11:41:54.836015-05:00",
            "created_at": "2023-02-25T09:07:02.862594-05:00",
            "name": "Game Total Over 228",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3a3bbc0-ea17-4953-859b-c726b9b51d86/?format=api"
        }
    ]
}