GET /api/bet_types/6409c8b9-21d3-45f1-98c3-4d3ba4bc46b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6409c8b9-21d3-45f1-98c3-4d3ba4bc46b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f8889f5-7fc2-4a23-957e-5cbe9a173cad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T08:48:10.203983-04: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": "ARI",
                "amount": 5773.0
            },
            {
                "team": "LOS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cc69dc8-e553-42f6-b514-91caa3267dea",
            "gambit_id": "db11f994-62ef-4d30-86b3-5fbf73e30fc1",
            "last_updated": "2023-08-29T19:28:15.887469-04:00",
            "created_at": "2023-08-28T08:48:10.207940-04:00",
            "name": "ARI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6409c8b9-21d3-45f1-98c3-4d3ba4bc46b9/?format=api"
        },
        {
            "id": "a1cb1d78-c5e4-416a-907a-161dbf90e917",
            "gambit_id": "c976a002-7734-4676-a3c1-e5ac2062d823",
            "last_updated": "2023-08-29T19:28:15.890711-04:00",
            "created_at": "2023-08-28T08:48:10.211673-04:00",
            "name": "LOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6409c8b9-21d3-45f1-98c3-4d3ba4bc46b9/?format=api"
        }
    ]
}