GET /api/bet_types/5a94bc5c-9dcb-4d4c-86ce-293e7d74bdee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a94bc5c-9dcb-4d4c-86ce-293e7d74bdee",
    "match": "https://api-prod.gambitprofit.com/api/matches/49bdf0f2-ed12-421d-9e52-4f8df0f603a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:19.666430-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": "MIA",
                "amount": 5688.0
            },
            {
                "team": "LOS",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cd8264e-3e5c-4b6a-b498-dd91cd1ad9cf",
            "gambit_id": "3585be27-a30a-499f-ad6b-8b03731d6b8b",
            "last_updated": "2023-09-06T22:57:55.979068-04:00",
            "created_at": "2023-09-05T09:53:19.678021-04:00",
            "name": "MIA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a94bc5c-9dcb-4d4c-86ce-293e7d74bdee/?format=api"
        },
        {
            "id": "c2c3bb08-11f1-40df-94f3-0c0163b77b49",
            "gambit_id": "0a6c6cdd-a386-4f0e-a12c-0da52a25a502",
            "last_updated": "2023-09-06T22:57:55.975859-04:00",
            "created_at": "2023-09-05T09:53:19.671680-04:00",
            "name": "LOS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a94bc5c-9dcb-4d4c-86ce-293e7d74bdee/?format=api"
        }
    ]
}