GET /api/bet_types/9160a43f-baff-439c-9993-e92bdfe33a5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9160a43f-baff-439c-9993-e92bdfe33a5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe3f166c-58a3-47c7-9ff0-3400744ceac3/?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": "New York Rangers",
                "amount": 7115.0
            },
            {
                "team": "Dallas Stars",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a2a6eb7-aea2-4532-a599-caf2c496ee25",
            "gambit_id": "38964119-3da0-4193-bbf9-f858850b90af",
            "last_updated": "2022-10-31T11:12:09.844293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9160a43f-baff-439c-9993-e92bdfe33a5f/?format=api"
        },
        {
            "id": "e86f6cd1-ef05-434d-ac9e-509fc55032eb",
            "gambit_id": "860f1044-0439-43e3-ab77-65115783bc3f",
            "last_updated": "2022-10-31T11:12:09.842999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9160a43f-baff-439c-9993-e92bdfe33a5f/?format=api"
        }
    ]
}