GET /api/bet_types/33154169-a5af-4ebb-8da3-b6b584d00913/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33154169-a5af-4ebb-8da3-b6b584d00913",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ca70863-b728-4604-8a5e-44b8450752ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-04T09:48:05.708994-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": "Tampa Bay Lightning",
                "amount": 6864.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e351a67c-6f67-4304-94fb-5bdad3cc55d9",
            "gambit_id": "8a763359-d127-49ad-9a1c-aa81aefdd377",
            "last_updated": "2023-12-05T21:18:20.318420-05:00",
            "created_at": "2023-12-04T09:48:05.731334-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33154169-a5af-4ebb-8da3-b6b584d00913/?format=api"
        },
        {
            "id": "f81897c2-4e9b-4457-bfc6-1cfce7423b3b",
            "gambit_id": "aa58b878-62a4-4916-9e29-93e4ac60d508",
            "last_updated": "2023-12-05T21:18:20.315156-05:00",
            "created_at": "2023-12-04T09:48:05.712990-05:00",
            "name": "Dallas Stars",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33154169-a5af-4ebb-8da3-b6b584d00913/?format=api"
        }
    ]
}