GET /api/bet_types/1a3ea7c6-c0fc-41a7-b6f5-cb594b51bad5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a3ea7c6-c0fc-41a7-b6f5-cb594b51bad5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ba0e075-fda8-4efe-9bb0-8b2158250fb4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:03.018991-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7fe76a2-23e2-4764-ba5d-07c9630a97a7",
            "gambit_id": "933c0556-028b-4473-bec1-ea87691ccfe5",
            "last_updated": "2023-11-10T11:28:14.064746-05:00",
            "created_at": "2023-11-08T08:23:03.027652-05:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a3ea7c6-c0fc-41a7-b6f5-cb594b51bad5/?format=api"
        },
        {
            "id": "d1cdb7ad-92f7-4dd3-9194-f28bc6480c86",
            "gambit_id": "9395899d-94dc-4cd2-b109-a191d9ba1e91",
            "last_updated": "2023-11-10T11:28:14.061129-05:00",
            "created_at": "2023-11-08T08:23:03.023503-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a3ea7c6-c0fc-41a7-b6f5-cb594b51bad5/?format=api"
        }
    ]
}