GET /api/bet_types/cbb40855-5917-4272-ba58-0cdfdaef4b93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbb40855-5917-4272-ba58-0cdfdaef4b93",
    "match": "https://api-prod.gambitprofit.com/api/matches/21539b5a-20e0-4456-be7e-e9ea874fb7f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T09:17:08.284594-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": 5421.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b9fc4f9-f95d-48b6-b538-82d8c8e5009a",
            "gambit_id": "3cde2775-2524-4b70-aa8a-926ad52f5b5b",
            "last_updated": "2023-03-20T11:37:00.877445-04:00",
            "created_at": "2023-03-19T09:17:08.287846-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbb40855-5917-4272-ba58-0cdfdaef4b93/?format=api"
        },
        {
            "id": "fdf28240-fc85-4271-9156-7b632da02d94",
            "gambit_id": "2782df8b-6db4-477c-b882-53a75ba50ad0",
            "last_updated": "2023-03-20T11:37:00.874169-04:00",
            "created_at": "2023-03-19T09:17:08.286144-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbb40855-5917-4272-ba58-0cdfdaef4b93/?format=api"
        }
    ]
}