GET /api/bet_types/8b8c01e7-b8ab-4107-9289-796b8a1ef571/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b8c01e7-b8ab-4107-9289-796b8a1ef571",
    "match": "https://api-prod.gambitprofit.com/api/matches/82d31b69-ce7b-4461-a6fd-55a6feeaaad7/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T00:32:07.975994-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb519ad0-0565-4937-9f0a-b172fba76f54",
            "gambit_id": "af6ba507-85c6-4cfe-b2dc-3d41aba425e0",
            "last_updated": "2022-12-27T10:32:09.610632-05:00",
            "created_at": "2022-12-26T00:32:07.977340-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b8c01e7-b8ab-4107-9289-796b8a1ef571/?format=api"
        },
        {
            "id": "560bde84-f57a-475d-80e9-c46428912fe9",
            "gambit_id": "77af721b-f2b0-49e3-a6d7-a6bc1cc64eab",
            "last_updated": "2022-12-27T10:32:09.611748-05:00",
            "created_at": "2022-12-26T00:32:07.978565-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b8c01e7-b8ab-4107-9289-796b8a1ef571/?format=api"
        }
    ]
}