GET /api/bet_types/54605939-5acd-48be-b906-c8eb1c3b5d82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54605939-5acd-48be-b906-c8eb1c3b5d82",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eae6b8c-3010-427e-9218-9d43b48b2b27/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:31:57.781651-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": "CHC",
                "amount": 6090.0
            },
            {
                "team": "SEA",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e1ee1e9-ba1e-45c7-9564-538739b9b1ac",
            "gambit_id": "6b85e6e5-a279-47ac-a9fd-008f49d33bfa",
            "last_updated": "2023-04-12T09:46:54.130041-04:00",
            "created_at": "2023-04-11T09:31:57.783675-04:00",
            "name": "CHC",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54605939-5acd-48be-b906-c8eb1c3b5d82/?format=api"
        },
        {
            "id": "15134300-fea5-4e03-8c0c-fc7d452402ee",
            "gambit_id": "ea038c8c-2a3d-4363-8c1e-8949fc2f4be2",
            "last_updated": "2023-04-12T09:46:54.131902-04:00",
            "created_at": "2023-04-11T09:31:57.786246-04:00",
            "name": "SEA",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54605939-5acd-48be-b906-c8eb1c3b5d82/?format=api"
        }
    ]
}