GET /api/bet_types/2f106e26-eb3c-4a6b-a6c6-4bacc1969153/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f106e26-eb3c-4a6b-a6c6-4bacc1969153",
    "match": "https://api-prod.gambitprofit.com/api/matches/4745b34b-1d74-40f9-8309-26ba556afecd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:08.732765-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": "CLE",
                "amount": 5939.0
            },
            {
                "team": "TOR",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "26ab776e-116e-4612-bd82-4399c6615fe8",
            "gambit_id": "549eeac2-685b-421d-bdc1-f5e4484b8f55",
            "last_updated": "2023-08-09T10:48:22.364146-04:00",
            "created_at": "2023-08-08T08:28:08.741641-04:00",
            "name": "CLE",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f106e26-eb3c-4a6b-a6c6-4bacc1969153/?format=api"
        },
        {
            "id": "cfc9734e-e47f-45ff-bb39-9c8cf21d23bb",
            "gambit_id": "f6ca771e-1f0e-4444-944a-96a4c887cf5e",
            "last_updated": "2023-08-09T10:48:22.358890-04:00",
            "created_at": "2023-08-08T08:28:08.737412-04:00",
            "name": "TOR",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f106e26-eb3c-4a6b-a6c6-4bacc1969153/?format=api"
        }
    ]
}