GET /api/bet_types/2e63767e-1f7a-4935-8558-ee434c3ef6b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e63767e-1f7a-4935-8558-ee434c3ef6b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c82bf425-a0cc-4de4-a03f-55b1cc2fc06f/?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": "DET",
                "amount": 5399.0
            },
            {
                "team": "CWS",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "21cbf123-a2a5-4629-86d9-2cc8d5c2f9c3",
            "gambit_id": "481faceb-1a82-40f9-b12d-9d5f480f4bcc",
            "last_updated": "2022-12-24T17:12:09.869346-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e63767e-1f7a-4935-8558-ee434c3ef6b1/?format=api"
        },
        {
            "id": "8d80c662-f984-4264-8270-5f07a4b873ba",
            "gambit_id": "ae93a21e-93df-42f5-b846-abd4028f1f67",
            "last_updated": "2022-12-24T17:12:09.868192-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e63767e-1f7a-4935-8558-ee434c3ef6b1/?format=api"
        }
    ]
}