GET /api/bet_types/733cf7bb-59b8-41a9-add6-171ffaf13a41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "733cf7bb-59b8-41a9-add6-171ffaf13a41",
    "match": "https://api-prod.gambitprofit.com/api/matches/4de8cde7-c4c8-4d90-892f-356ef155be8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:16.075886-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": 6314.0
            },
            {
                "team": "ATL",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "db38fc63-dae4-4288-a8f9-8d768bdba925",
            "gambit_id": "db1e9e6e-ee1a-4e41-bb2a-07fcaca0cb91",
            "last_updated": "2023-05-22T14:42:19.951909-04:00",
            "created_at": "2023-05-21T10:17:16.080090-04:00",
            "name": "SEA",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733cf7bb-59b8-41a9-add6-171ffaf13a41/?format=api"
        },
        {
            "id": "7ea477b9-e55a-460b-a737-9868c3760bc3",
            "gambit_id": "23a4886c-b1a0-42ac-ac2e-bfc57eb609d7",
            "last_updated": "2023-05-22T14:42:19.950603-04:00",
            "created_at": "2023-05-21T10:17:16.077910-04:00",
            "name": "ATL",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733cf7bb-59b8-41a9-add6-171ffaf13a41/?format=api"
        }
    ]
}