GET /api/bet_types/fdd83d41-65e0-44d1-b5ea-008860746f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdd83d41-65e0-44d1-b5ea-008860746f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/969f672d-6668-43ed-ab84-4ac9382de18a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:06.689601-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": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0667d218-ec9d-4c62-a42c-3b60e6cc28ab",
            "gambit_id": "2960de72-abfa-4721-b230-79e9ad7e68dc",
            "last_updated": "2023-12-07T21:43:03.509205-05:00",
            "created_at": "2023-12-06T09:13:06.712634-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdd83d41-65e0-44d1-b5ea-008860746f0f/?format=api"
        },
        {
            "id": "ffa400c9-8e90-4424-9451-bba711a04b6a",
            "gambit_id": "4bce3693-443c-49d7-9085-bdcc89e397d6",
            "last_updated": "2023-12-07T21:43:03.505678-05:00",
            "created_at": "2023-12-06T09:13:06.706882-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdd83d41-65e0-44d1-b5ea-008860746f0f/?format=api"
        }
    ]
}