GET /api/bet_types/331c6abe-0ef4-41ae-9b9d-855a6738f372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "331c6abe-0ef4-41ae-9b9d-855a6738f372",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5a71dd9-9918-4822-b67c-c3bd1b17b9b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:08.604053-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": "Vancouver Canucks",
                "amount": 6752.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7ed9d99-75a0-43ba-b865-0fa2d0565938",
            "gambit_id": "218c4a56-798c-4a1e-b0b0-033e2fb7f366",
            "last_updated": "2023-12-18T10:33:32.426352-05:00",
            "created_at": "2023-12-16T09:23:08.612284-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/331c6abe-0ef4-41ae-9b9d-855a6738f372/?format=api"
        },
        {
            "id": "1d357813-45b6-4cb9-98c1-cb34f54e9c66",
            "gambit_id": "4ce559cc-85b0-4c4e-b377-f3d5466e1538",
            "last_updated": "2023-12-18T10:33:32.422791-05:00",
            "created_at": "2023-12-16T09:23:08.608189-05:00",
            "name": "Minnesota Wild",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/331c6abe-0ef4-41ae-9b9d-855a6738f372/?format=api"
        }
    ]
}