GET /api/bet_types/358e5e33-8f36-4ffb-b1e3-d4ef72df79c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "358e5e33-8f36-4ffb-b1e3-d4ef72df79c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/677761ad-0cc0-4dc4-9c21-0984c74230b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T09:08:17.717796-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": "LAA",
                "amount": 5423.0
            },
            {
                "team": "BAL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1e30589-81ef-4a92-8f38-8af6dea12345",
            "gambit_id": "dd1af8a7-8e5e-4f7b-8bd4-78e23b4f86f1",
            "last_updated": "2023-09-07T20:08:21.578391-04:00",
            "created_at": "2023-09-06T09:08:17.725067-04:00",
            "name": "LAA",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/358e5e33-8f36-4ffb-b1e3-d4ef72df79c6/?format=api"
        },
        {
            "id": "69562c34-99dd-430e-9c3d-f236cf9d496b",
            "gambit_id": "e33abdbf-1359-466f-93a9-4919ac25d92a",
            "last_updated": "2023-09-07T20:08:21.574807-04:00",
            "created_at": "2023-09-06T09:08:17.721588-04:00",
            "name": "BAL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/358e5e33-8f36-4ffb-b1e3-d4ef72df79c6/?format=api"
        }
    ]
}