GET /api/bet_types/c46eaff6-5db0-432c-8c8b-4b1e80932208/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c46eaff6-5db0-432c-8c8b-4b1e80932208",
    "match": "https://api-prod.gambitprofit.com/api/matches/99411cb1-6bab-4170-a9c2-b4a9651bfc1e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T09:32:58.615784-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": "WAS",
                "amount": 5107.0
            },
            {
                "team": "MIA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "16765de9-f9d9-42e8-a6c8-d526ca667945",
            "gambit_id": "0a80037a-bc4f-4f99-82e0-e876775cae4e",
            "last_updated": "2023-06-18T10:22:58.721653-04:00",
            "created_at": "2023-06-17T09:32:58.621426-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c46eaff6-5db0-432c-8c8b-4b1e80932208/?format=api"
        },
        {
            "id": "8b2969ba-e2eb-454f-99d2-9318ec6d326e",
            "gambit_id": "fea6ac2a-ef16-47ab-b203-6c50207927ad",
            "last_updated": "2023-06-18T10:22:58.719896-04:00",
            "created_at": "2023-06-17T09:32:58.618643-04:00",
            "name": "MIA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c46eaff6-5db0-432c-8c8b-4b1e80932208/?format=api"
        }
    ]
}