GET /api/bet_types/b5ee6ca0-2f49-47ba-b676-c059dc5233a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5ee6ca0-2f49-47ba-b676-c059dc5233a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b7117df-e8b3-4f1e-9c94-22cb8824240b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:13.666418-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "aaa4a32d-709c-4052-8c94-6096f5388937",
            "gambit_id": "58db0a96-00dc-41f3-81c0-56fa25da2779",
            "last_updated": "2023-01-22T21:26:51.978124-05:00",
            "created_at": "2023-01-21T10:22:13.667675-05:00",
            "name": "Toronto Raptors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5ee6ca0-2f49-47ba-b676-c059dc5233a6/?format=api"
        },
        {
            "id": "dca80a49-0d08-459f-8dc2-e0c0dcbfa7f7",
            "gambit_id": "2301fa75-f49a-4c79-b308-e0d32a91a0b8",
            "last_updated": "2023-01-22T21:26:51.979284-05:00",
            "created_at": "2023-01-21T10:22:13.668900-05:00",
            "name": "Boston Celtics",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5ee6ca0-2f49-47ba-b676-c059dc5233a6/?format=api"
        }
    ]
}