GET /api/bet_types/7fcd01d4-23a6-4795-b0fa-1bbdc03d8246/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fcd01d4-23a6-4795-b0fa-1bbdc03d8246",
    "match": "https://api-prod.gambitprofit.com/api/matches/7654244d-1ba8-420b-844b-2b283708bdf1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:32:09.974281-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": 7292.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "d65421eb-151e-41f3-9a6f-756bc04f758b",
            "gambit_id": "486e4660-ff68-4f00-837f-d751f8cfca8a",
            "last_updated": "2023-04-10T14:57:12.948179-04:00",
            "created_at": "2023-04-09T09:32:09.978310-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fcd01d4-23a6-4795-b0fa-1bbdc03d8246/?format=api"
        },
        {
            "id": "cc181893-3693-4d22-8253-2ee7d0d21401",
            "gambit_id": "ac646940-c7f0-46fc-ad62-81bfca15fee9",
            "last_updated": "2023-04-10T14:57:12.945818-04:00",
            "created_at": "2023-04-09T09:32:09.976422-04:00",
            "name": "Anaheim Ducks",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fcd01d4-23a6-4795-b0fa-1bbdc03d8246/?format=api"
        }
    ]
}