GET /api/bet_types/04f571da-23c9-4b92-bb16-d0ec32a19400/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04f571da-23c9-4b92-bb16-d0ec32a19400",
    "match": "https://api-prod.gambitprofit.com/api/matches/71d8a5f4-0269-4106-9f71-3af582b185c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:08.003975-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": "Colorado Avalanche",
                "amount": 5788.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e0bf534-3437-428f-9182-08e8d94ddf3a",
            "gambit_id": "a035ad7a-9e2e-45ff-bd29-b0f4d526f377",
            "last_updated": "2023-10-23T20:33:03.578148-04:00",
            "created_at": "2023-10-21T09:38:08.018003-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04f571da-23c9-4b92-bb16-d0ec32a19400/?format=api"
        },
        {
            "id": "e6cf0909-7efc-418c-bf76-cf27889f2bb5",
            "gambit_id": "d9074c5e-bf1d-4a91-b5d1-7f0262ae2b9e",
            "last_updated": "2023-10-23T20:33:03.574053-04:00",
            "created_at": "2023-10-21T09:38:08.008871-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04f571da-23c9-4b92-bb16-d0ec32a19400/?format=api"
        }
    ]
}