GET /api/bet_types/6b1eeb23-e0b3-4f45-a493-d8e573c9c5be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b1eeb23-e0b3-4f45-a493-d8e573c9c5be",
    "match": "https://api-prod.gambitprofit.com/api/matches/510e3d6d-85f1-4a7a-93bf-836cc0b5f36d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:06:59.585116-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": "Philadelphia Flyers",
                "amount": 5784.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "295dbfc7-56c8-44a1-bbcc-bc023875727d",
            "gambit_id": "8be92e86-7e42-4670-9d0b-1bb52a4e1010",
            "last_updated": "2023-03-29T13:36:55.161201-04:00",
            "created_at": "2023-03-28T10:06:59.586826-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b1eeb23-e0b3-4f45-a493-d8e573c9c5be/?format=api"
        },
        {
            "id": "9169aab6-030e-4df4-88d0-49ba2cbcb95f",
            "gambit_id": "8915979b-ac09-4db1-b56d-090034c260f8",
            "last_updated": "2023-03-29T13:36:55.163058-04:00",
            "created_at": "2023-03-28T10:06:59.588341-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b1eeb23-e0b3-4f45-a493-d8e573c9c5be/?format=api"
        }
    ]
}