GET /api/bet_types/be0928ea-6df6-4434-a661-fa6af29cff56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be0928ea-6df6-4434-a661-fa6af29cff56",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c5043fe-39ba-43a0-833a-132cf1a52006/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:17.708039-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "960e3466-7787-4bd0-bf32-8ede0e394481",
            "gambit_id": "4344c813-77bc-49b0-93bc-b1bc94b3ff13",
            "last_updated": "2023-11-23T16:23:08.307925-05:00",
            "created_at": "2023-11-22T09:08:17.711863-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be0928ea-6df6-4434-a661-fa6af29cff56/?format=api"
        },
        {
            "id": "6144d5b2-9e32-4b85-b055-63f953e56e8a",
            "gambit_id": "23298ddd-0350-43ba-b5d9-76ce7436c5b2",
            "last_updated": "2023-11-23T16:23:08.311105-05:00",
            "created_at": "2023-11-22T09:08:17.715516-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be0928ea-6df6-4434-a661-fa6af29cff56/?format=api"
        }
    ]
}