GET /api/bet_types/3cb9a2ea-e2d7-4c81-9cd5-5189fbc7458d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cb9a2ea-e2d7-4c81-9cd5-5189fbc7458d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9fdbc0f-732f-43e2-91c8-67c4b73b75ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T09:58:10.643344-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 (C Rodon)",
                "amount": 5678.0
            },
            {
                "team": "LAA (C Silseth)",
                "amount": 4322.0
            }
        ],
        "expected_reward_tokens": 9594.84,
        "profit_sb": 94.84,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "71f9188a-6b18-418e-8a76-bc75773c88e7",
            "gambit_id": "a0f4d8a9-b8e9-4d12-a23d-b0ce0dc8284f",
            "last_updated": "2023-07-20T09:58:33.482837-04:00",
            "created_at": "2023-07-19T09:58:10.644981-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.69000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cb9a2ea-e2d7-4c81-9cd5-5189fbc7458d/?format=api"
        },
        {
            "id": "c5e29768-2be9-4fbd-b038-1ea3b96d4e4c",
            "gambit_id": "e962fcc0-a943-47d6-b5b6-3875fb798b83",
            "last_updated": "2023-07-20T09:58:33.484883-04:00",
            "created_at": "2023-07-19T09:58:10.646577-04:00",
            "name": "LAA (C Silseth)",
            "reward": "2.22000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cb9a2ea-e2d7-4c81-9cd5-5189fbc7458d/?format=api"
        }
    ]
}