GET /api/bet_types/edd8f261-0bc8-4789-956e-494302eb0bda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edd8f261-0bc8-4789-956e-494302eb0bda",
    "match": "https://api-prod.gambitprofit.com/api/matches/80dfacbe-dd4c-4a34-8020-24f06bd96bd0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:05.410466-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": "TEX",
                "amount": 6010.0
            },
            {
                "team": "HOU",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "d37eff70-7e93-4297-a835-ba4fb7447215",
            "gambit_id": "088bcf7e-72cb-4bd4-8a5f-069b540ce121",
            "last_updated": "2023-10-16T18:38:04.776433-04:00",
            "created_at": "2023-10-14T09:28:05.415526-04:00",
            "name": "TEX",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edd8f261-0bc8-4789-956e-494302eb0bda/?format=api"
        },
        {
            "id": "acc2feeb-60fd-490c-aee5-c8ee7d7d55a9",
            "gambit_id": "ba9c1733-ef69-4e63-96d7-7a3c9df6ffaa",
            "last_updated": "2023-10-16T18:38:04.781645-04:00",
            "created_at": "2023-10-14T09:28:05.422203-04:00",
            "name": "HOU",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edd8f261-0bc8-4789-956e-494302eb0bda/?format=api"
        }
    ]
}