GET /api/bet_types/a65f6b95-b1df-4894-9f39-85f99f0254de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a65f6b95-b1df-4894-9f39-85f99f0254de",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2a0152-20ee-4fb4-a220-d1c74c9247e3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba98be2b-5fa6-4cf0-a5bb-caac7285588c",
            "gambit_id": "c08f7d86-64c5-462a-b025-52a61e1e21b3",
            "last_updated": "2022-12-05T15:47:16.107856-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a65f6b95-b1df-4894-9f39-85f99f0254de/?format=api"
        },
        {
            "id": "c2bb79a5-8cf1-46b7-bcfa-e77fcf694bfd",
            "gambit_id": "cbcb6556-e73a-42a9-84bb-f40bb963e584",
            "last_updated": "2022-12-05T15:47:16.108880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a65f6b95-b1df-4894-9f39-85f99f0254de/?format=api"
        }
    ]
}