GET /api/bet_types/dcc0c7c1-0715-40c4-80db-e33b4cdd0647/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcc0c7c1-0715-40c4-80db-e33b4cdd0647",
    "match": "https://api-prod.gambitprofit.com/api/matches/d091291a-8734-440f-8e1c-d4d1a126a484/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T14:11:47.804966-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": "TAM",
                "amount": 5512.0
            },
            {
                "team": "OAK",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "56fbc587-67b4-4a09-9466-475b726486e5",
            "gambit_id": "3ca97974-d6c8-4e7a-82ac-717227286a58",
            "last_updated": "2023-04-08T15:47:26.599502-04:00",
            "created_at": "2023-04-07T14:11:47.806750-04:00",
            "name": "TAM",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcc0c7c1-0715-40c4-80db-e33b4cdd0647/?format=api"
        },
        {
            "id": "3e807188-8cdd-4b5d-84e4-7b0c33cc5bfe",
            "gambit_id": "6c092eb9-b331-41d2-91ee-9ce4b244e061",
            "last_updated": "2023-04-08T15:47:26.602235-04:00",
            "created_at": "2023-04-07T14:11:47.809113-04:00",
            "name": "OAK",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcc0c7c1-0715-40c4-80db-e33b4cdd0647/?format=api"
        }
    ]
}