GET /api/bet_types/4dd36dde-63bb-40e6-aa48-775712827bca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dd36dde-63bb-40e6-aa48-775712827bca",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6689b90-b8d3-40ff-8c2d-8227e358d7ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:59.950887-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": "Boston Bruins",
                "amount": 5787.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "df147d51-c8e2-438f-a884-4161c77d1f90",
            "gambit_id": "22553efd-9407-4a69-b713-ff5f9168c0e9",
            "last_updated": "2023-04-09T12:27:10.117859-04:00",
            "created_at": "2023-04-08T09:01:59.953130-04:00",
            "name": "Boston Bruins",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd36dde-63bb-40e6-aa48-775712827bca/?format=api"
        },
        {
            "id": "dfe19c6c-e8ba-4121-a923-995f1364a4d3",
            "gambit_id": "569dc6c6-b83a-4bee-9d57-9f2df24f12c9",
            "last_updated": "2023-04-09T12:27:10.121040-04:00",
            "created_at": "2023-04-08T09:01:59.955724-04:00",
            "name": "New Jersey Devils",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dd36dde-63bb-40e6-aa48-775712827bca/?format=api"
        }
    ]
}