GET /api/bet_types/e32b6698-a1d9-4e7b-89ff-aaa984f36e9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e32b6698-a1d9-4e7b-89ff-aaa984f36e9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/85bf707c-1b2e-4346-a9cc-930337e4c3d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:08.150029-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": 6020.0
            },
            {
                "team": "NYM",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a929d2f0-aaea-412c-a2a2-c8d37ff875d5",
            "gambit_id": "9968a9b4-1d7c-4b8e-955c-23def5d2ba3d",
            "last_updated": "2023-04-03T14:21:50.944930-04:00",
            "created_at": "2023-04-02T09:57:08.151765-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e32b6698-a1d9-4e7b-89ff-aaa984f36e9c/?format=api"
        },
        {
            "id": "f62b0a79-1d8f-497b-8de6-bb0d31943d06",
            "gambit_id": "0121c5a3-3172-4b4a-8be2-056f1e918eda",
            "last_updated": "2023-04-03T14:21:50.946849-04:00",
            "created_at": "2023-04-02T09:57:08.154098-04:00",
            "name": "NYM",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e32b6698-a1d9-4e7b-89ff-aaa984f36e9c/?format=api"
        }
    ]
}