GET /api/bet_types/d23c3d0b-7043-4dd1-88c1-34e493c67b35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d23c3d0b-7043-4dd1-88c1-34e493c67b35",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb3d4c4d-a537-40df-abff-e4c3be3195bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T11:42:12.613057-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": "NYY (N Cortes)",
                "amount": 5873.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 4127.0
            }
        ],
        "expected_reward_tokens": 9572.99,
        "profit_sb": 72.99,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "39378331-f4b8-4caf-9d95-dbbd92898e77",
            "gambit_id": "b3c31db1-775f-4444-8d91-2eb7a6e1930e",
            "last_updated": "2023-04-21T21:57:32.147162-04:00",
            "created_at": "2023-04-20T11:42:12.614834-04:00",
            "name": "NYY (N Cortes)",
            "reward": "1.63000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23c3d0b-7043-4dd1-88c1-34e493c67b35/?format=api"
        },
        {
            "id": "dfc8e69d-1177-455d-97e9-43b841912a1a",
            "gambit_id": "28ba2f99-7c9d-4495-8135-554b0d1fb4bf",
            "last_updated": "2023-04-21T21:57:32.153696-04:00",
            "created_at": "2023-04-20T11:42:12.616646-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23c3d0b-7043-4dd1-88c1-34e493c67b35/?format=api"
        }
    ]
}