GET /api/bet_types/98714e15-f838-4e57-ae56-f6e1204a4ee1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98714e15-f838-4e57-ae56-f6e1204a4ee1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d5f53c-a068-4644-9fba-044754145382/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:23.473129-04: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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0426384-ce9e-47c1-beb2-570503fee891",
            "gambit_id": "fa34b7af-53d6-4892-9716-da6fff480af4",
            "last_updated": "2023-04-06T18:47:08.437452-04:00",
            "created_at": "2023-04-05T09:22:23.475523-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98714e15-f838-4e57-ae56-f6e1204a4ee1/?format=api"
        },
        {
            "id": "84974142-d5bb-4d92-81e4-e9c55af5b5e4",
            "gambit_id": "43122e70-4da4-40a2-a292-d91fa0882705",
            "last_updated": "2023-04-06T18:47:08.438805-04:00",
            "created_at": "2023-04-05T09:22:23.478083-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98714e15-f838-4e57-ae56-f6e1204a4ee1/?format=api"
        }
    ]
}