GET /api/bet_types/e9f828b2-29eb-4f66-b864-435be58639a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9f828b2-29eb-4f66-b864-435be58639a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2d51eab-a5d7-4995-b181-dedd84f89481/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:12.513025-04: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": "LOS",
                "amount": 5317.0
            },
            {
                "team": "CIN",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "454bf36c-a2ba-4642-87af-d859d96520d6",
            "gambit_id": "d8cf3024-b555-4a25-a133-ddbdbc600357",
            "last_updated": "2023-06-07T10:28:07.624289-04:00",
            "created_at": "2023-06-06T10:57:12.519153-04:00",
            "name": "LOS",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f828b2-29eb-4f66-b864-435be58639a5/?format=api"
        },
        {
            "id": "b6f116ce-5b6b-4320-8f93-956ed16699a6",
            "gambit_id": "01a00180-cabe-4572-a117-22244c8fd11b",
            "last_updated": "2023-06-07T10:28:07.621372-04:00",
            "created_at": "2023-06-06T10:57:12.515830-04:00",
            "name": "CIN",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f828b2-29eb-4f66-b864-435be58639a5/?format=api"
        }
    ]
}