GET /api/bet_types/c3e53f90-b665-4413-a328-f796481fe7ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3e53f90-b665-4413-a328-f796481fe7ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/efa7f2f4-b113-4cfb-9dac-46440a9cf4e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:00.944269-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": "Vancouver Canucks",
                "amount": 6100.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b6b95c4-f572-45fd-ab3b-ce0a3c9de8c3",
            "gambit_id": "edc2654a-5134-47c1-b9e7-3b90f65c435c",
            "last_updated": "2023-03-28T11:21:59.274027-04:00",
            "created_at": "2023-03-26T13:37:00.947798-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e53f90-b665-4413-a328-f796481fe7ef/?format=api"
        },
        {
            "id": "c9ba0488-ae82-4777-a79f-fcdc0b0711a5",
            "gambit_id": "658940eb-6e6f-4e5e-a0b5-9c66daaebd9a",
            "last_updated": "2023-03-28T11:21:59.272081-04:00",
            "created_at": "2023-03-26T13:37:00.946123-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e53f90-b665-4413-a328-f796481fe7ef/?format=api"
        }
    ]
}