GET /api/bet_types/a5e43bd1-d16b-4d27-a738-9c27f4ecf333/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5e43bd1-d16b-4d27-a738-9c27f4ecf333",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cd3fd1d-c322-4d98-9289-e9ccb28e1cd4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-30T10:43:13.296265-05: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": "Buffalo Sabres",
                "amount": 6449.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6ccd6b4-26c4-4344-b8ae-407c0411042a",
            "gambit_id": "675377ea-40ce-4f9a-8ae9-71370b5dc992",
            "last_updated": "2024-01-01T19:53:20.487717-05:00",
            "created_at": "2023-12-30T10:43:13.300830-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e43bd1-d16b-4d27-a738-9c27f4ecf333/?format=api"
        },
        {
            "id": "12d7253b-b303-49ca-bf44-4f07e5e1d3c4",
            "gambit_id": "1e7df346-0281-410c-9a91-f2247fb9459b",
            "last_updated": "2024-01-01T19:53:20.491908-05:00",
            "created_at": "2023-12-30T10:43:13.304694-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e43bd1-d16b-4d27-a738-9c27f4ecf333/?format=api"
        }
    ]
}