GET /api/bet_types/986d8939-f745-47eb-9bb6-275987123fc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "986d8939-f745-47eb-9bb6-275987123fc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b19c5c7a-87f7-45a6-a359-de075c479760/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:56.899936-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "e15e3a5d-f82e-419e-b326-51184c747ca0",
            "gambit_id": "60fe3e20-09bc-497c-8c6d-74997b7308fd",
            "last_updated": "2023-01-23T14:06:51.352356-05:00",
            "created_at": "2023-01-22T09:01:56.902522-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986d8939-f745-47eb-9bb6-275987123fc9/?format=api"
        },
        {
            "id": "24befd62-599b-4998-a37d-a7679f12122e",
            "gambit_id": "2cdcd478-3aa3-4094-ad78-234691db0bfd",
            "last_updated": "2023-01-23T14:06:51.353599-05:00",
            "created_at": "2023-01-22T09:01:56.901142-05:00",
            "name": "Denver Nuggets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986d8939-f745-47eb-9bb6-275987123fc9/?format=api"
        }
    ]
}