GET /api/bet_types/582a1cbe-eca6-46a3-a749-5966f07ee554/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "582a1cbe-eca6-46a3-a749-5966f07ee554",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0f4b82e-3cd6-4fd8-94a8-8aeace4c6585/?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 Jets",
                "amount": 5097.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "87bcb9de-8223-4905-b4a5-a1fb5d517f60",
            "gambit_id": "cb6e732a-e1ea-4216-bb5f-4d3ab916c177",
            "last_updated": "2022-09-19T11:42:07.038604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582a1cbe-eca6-46a3-a749-5966f07ee554/?format=api"
        },
        {
            "id": "16a5f389-bf65-47ec-bd79-5476754b2067",
            "gambit_id": "1b44722f-9dac-429b-96d2-072a777cd115",
            "last_updated": "2022-09-19T11:42:07.037684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582a1cbe-eca6-46a3-a749-5966f07ee554/?format=api"
        }
    ]
}