GET /api/bet_types/29255b32-a53c-42d7-9ac7-a73dec3334c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29255b32-a53c-42d7-9ac7-a73dec3334c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae5d5a93-f606-4a72-86bf-5480c6bb3aff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-04T09:48:06.204357-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db1fbc33-7a29-4111-a70b-b4ed72d5ddc2",
            "gambit_id": "5d2b18c0-e8b3-4d42-8af4-6c76ee4d9f88",
            "last_updated": "2023-12-05T10:03:16.194367-05:00",
            "created_at": "2023-12-04T09:48:06.208408-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29255b32-a53c-42d7-9ac7-a73dec3334c0/?format=api"
        },
        {
            "id": "902263df-8310-44a3-ab61-2a1afd5bbd91",
            "gambit_id": "e91c8b8a-0ad6-4280-bbcd-ac097e8aec7c",
            "last_updated": "2023-12-05T10:03:16.197700-05:00",
            "created_at": "2023-12-04T09:48:06.212770-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29255b32-a53c-42d7-9ac7-a73dec3334c0/?format=api"
        }
    ]
}