GET /api/bet_types/b0e58ddb-88d9-4d20-9c41-328b23b28b6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0e58ddb-88d9-4d20-9c41-328b23b28b6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8ca4988-62aa-4b98-af21-d820a5688304/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:12.912675-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": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbc327db-5908-46c8-be5d-fef663b58d17",
            "gambit_id": "42393f30-dc69-4093-85d8-f6c2ba710ed4",
            "last_updated": "2023-05-20T10:52:05.025212-04:00",
            "created_at": "2023-05-19T11:02:12.914137-04:00",
            "name": "TEX",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0e58ddb-88d9-4d20-9c41-328b23b28b6f/?format=api"
        },
        {
            "id": "77232438-29c8-4912-86b5-bd78207fbf75",
            "gambit_id": "b0e020b2-8715-435c-b72d-ebf340fad6ae",
            "last_updated": "2023-05-20T10:52:05.026858-04:00",
            "created_at": "2023-05-19T11:02:12.915709-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0e58ddb-88d9-4d20-9c41-328b23b28b6f/?format=api"
        }
    ]
}