GET /api/bet_types/e9958c6e-0f31-46a2-87f7-8c6c1d7ed35b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9958c6e-0f31-46a2-87f7-8c6c1d7ed35b",
    "match": "https://api-prod.gambitprofit.com/api/matches/da4e3231-06cd-442f-ab94-489c1f8c9fc0/?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": "LAA",
                "amount": 5899.0
            },
            {
                "team": "TEX",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "56a96c09-c1a4-4fa9-ac6f-405e9e9ae469",
            "gambit_id": "ce7f7651-bcf6-4419-a850-06b4ab55245b",
            "last_updated": "2022-09-22T15:02:20.504287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9958c6e-0f31-46a2-87f7-8c6c1d7ed35b/?format=api"
        },
        {
            "id": "54247209-6565-4d65-af08-e53d99f8b964",
            "gambit_id": "f2965619-d765-44ba-9f48-9c2041c9f21f",
            "last_updated": "2022-09-22T15:02:20.503219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9958c6e-0f31-46a2-87f7-8c6c1d7ed35b/?format=api"
        }
    ]
}