GET /api/bet_types/f7d5cf0f-e4a7-4e21-800b-37cc10649b9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7d5cf0f-e4a7-4e21-800b-37cc10649b9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c486d769-f2a7-4875-aa6c-ef8fe9705369/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:22.009825-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": "COL",
                "amount": 5107.0
            },
            {
                "team": "ARI",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "95be5ee4-f5d0-4706-8f3c-d3ee2c7d5da1",
            "gambit_id": "6e0738ae-6249-41bf-8fd6-34f2bb82903b",
            "last_updated": "2023-09-06T18:58:03.395323-04:00",
            "created_at": "2023-09-05T09:53:22.016911-04:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d5cf0f-e4a7-4e21-800b-37cc10649b9b/?format=api"
        },
        {
            "id": "cb7ea624-2fff-4abc-8e5c-51beb30cacb8",
            "gambit_id": "f87b39d5-d401-4ff1-a767-74ac8f989888",
            "last_updated": "2023-09-06T18:58:03.398932-04:00",
            "created_at": "2023-09-05T09:53:22.023823-04:00",
            "name": "ARI",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d5cf0f-e4a7-4e21-800b-37cc10649b9b/?format=api"
        }
    ]
}