GET /api/bet_types/3b90d474-b5be-4e23-b722-0e3b934e5352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b90d474-b5be-4e23-b722-0e3b934e5352",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b85b427-b0c2-41a8-91d6-a8fbe78226bb/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "KAN",
                "amount": 5492.0
            },
            {
                "team": "MIN",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d1ea2ed-67cd-447e-a33a-3dd877eed311",
            "gambit_id": "0052e5fc-c7bd-4715-bfb3-03ef3ccc1509",
            "last_updated": "2022-09-16T11:41:53.811224-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b90d474-b5be-4e23-b722-0e3b934e5352/?format=api"
        },
        {
            "id": "c3389f89-6144-4a46-9b26-edc3201b7f95",
            "gambit_id": "ed152bb1-a0c1-4bd6-9f8b-33b077697817",
            "last_updated": "2022-09-16T11:41:53.810007-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b90d474-b5be-4e23-b722-0e3b934e5352/?format=api"
        }
    ]
}