GET /api/bet_types/0a9d768b-1cef-4f32-8a48-cb4b13e36ff8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a9d768b-1cef-4f32-8a48-cb4b13e36ff8",
    "match": "https://api-prod.gambitprofit.com/api/matches/903f20fc-f593-41fc-a753-1e33f423cec3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:20.061118-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": "Minnesota Wild",
                "amount": 6759.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "51d05072-f6df-4b1a-87ea-b74f8742ed01",
            "gambit_id": "f335c40c-1e85-4edc-9c27-7b404916ab20",
            "last_updated": "2023-12-08T21:08:05.424116-05:00",
            "created_at": "2023-12-07T09:48:20.065255-05:00",
            "name": "Minnesota Wild",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a9d768b-1cef-4f32-8a48-cb4b13e36ff8/?format=api"
        },
        {
            "id": "d9fb6554-7f0a-46d6-b975-5a598cf1b697",
            "gambit_id": "e3490865-d567-4484-8cf9-7c5af680b6e8",
            "last_updated": "2023-12-08T21:08:05.427302-05:00",
            "created_at": "2023-12-07T09:48:20.069829-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a9d768b-1cef-4f32-8a48-cb4b13e36ff8/?format=api"
        }
    ]
}