GET /api/bet_types/540e5494-9496-4d25-9e67-881ac037ee14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "540e5494-9496-4d25-9e67-881ac037ee14",
    "match": "https://api-prod.gambitprofit.com/api/matches/7194782d-fb7b-49cc-a71c-3ee5e9ffd284/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:53.980164-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": "Boston Bruins",
                "amount": 6326.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "845419d8-c910-4df4-a86f-bc14a7e5df0a",
            "gambit_id": "8dcaa968-4c2c-4442-b767-faaf2d2be00d",
            "last_updated": "2023-02-12T09:42:14.254350-05:00",
            "created_at": "2023-02-11T09:01:53.981396-05:00",
            "name": "Boston Bruins",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540e5494-9496-4d25-9e67-881ac037ee14/?format=api"
        },
        {
            "id": "c426a3f2-93fe-464e-9cd4-a1970f12bf81",
            "gambit_id": "9fa41fa1-fd3e-4d23-bc6e-3f23d69b6bb4",
            "last_updated": "2023-02-12T09:42:14.255503-05:00",
            "created_at": "2023-02-11T09:01:53.982674-05:00",
            "name": "Washington Capitals",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540e5494-9496-4d25-9e67-881ac037ee14/?format=api"
        }
    ]
}