GET /api/bet_types/6aa6a27c-7bb7-49e7-abf7-e4942ffc67c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aa6a27c-7bb7-49e7-abf7-e4942ffc67c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece6606b-61b1-437a-8e06-ec0693643822/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:27.350233-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": "SEA",
                "amount": 6232.0
            },
            {
                "team": "BAL",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "f21de193-40f9-4c56-8268-3c9e27d99cde",
            "gambit_id": "63440b34-d1a7-4a94-90ca-40a3c2d1c3bf",
            "last_updated": "2023-08-14T18:33:05.607239-04:00",
            "created_at": "2023-08-13T10:18:27.358219-04:00",
            "name": "SEA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa6a27c-7bb7-49e7-abf7-e4942ffc67c5/?format=api"
        },
        {
            "id": "934c8754-ab8d-4d75-99ea-36f40b549f22",
            "gambit_id": "0b29bff6-2efa-48b3-a88a-897b957f28ba",
            "last_updated": "2023-08-14T18:33:05.603400-04:00",
            "created_at": "2023-08-13T10:18:27.354190-04:00",
            "name": "BAL",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa6a27c-7bb7-49e7-abf7-e4942ffc67c5/?format=api"
        }
    ]
}