GET /api/bet_types/2a3aef16-748f-4dee-b552-a3145fb59c40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a3aef16-748f-4dee-b552-a3145fb59c40",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fdef433-dce7-4677-b7d9-22e9c68b7903/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-08T09:37:00.672324-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": 5319.0
            },
            {
                "team": "New York Rangers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8afaf6c2-c589-450e-b0f0-70ea114c0917",
            "gambit_id": "e6cb6d81-2414-4f3a-90e7-304ef063e7c1",
            "last_updated": "2023-02-09T11:12:07.095184-05:00",
            "created_at": "2023-02-08T09:37:00.674913-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a3aef16-748f-4dee-b552-a3145fb59c40/?format=api"
        },
        {
            "id": "59584906-f7c0-4893-adf7-8bd1a0c9156a",
            "gambit_id": "53c47e17-ad21-4c50-b386-cd9477339bda",
            "last_updated": "2023-02-09T11:12:07.093946-05:00",
            "created_at": "2023-02-08T09:37:00.673548-05:00",
            "name": "New York Rangers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a3aef16-748f-4dee-b552-a3145fb59c40/?format=api"
        }
    ]
}