GET /api/bet_types/7a2138f7-e910-45b8-a8f3-4da28f496d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a2138f7-e910-45b8-a8f3-4da28f496d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b92e9741-0802-4461-a5f5-f0e7d5747a78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-25T12:08:05.753719-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": "BOS (K Crawford)",
                "amount": 5337.0
            },
            {
                "team": "CWS (T Banks)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff5eca4a-4b75-446e-8199-831e0be26328",
            "gambit_id": "071ac57f-db23-4be3-a430-ac0f8ba7fcff",
            "last_updated": "2023-06-26T20:08:23.759433-04:00",
            "created_at": "2023-06-25T12:08:05.756444-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a2138f7-e910-45b8-a8f3-4da28f496d8e/?format=api"
        },
        {
            "id": "155c8029-6aa9-47b5-94fc-fffb75f5e76a",
            "gambit_id": "43d2d49c-f8f5-4bb1-9e00-e79fc8b64225",
            "last_updated": "2023-06-26T20:08:23.761991-04:00",
            "created_at": "2023-06-25T12:08:05.759039-04:00",
            "name": "CWS (T Banks)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a2138f7-e910-45b8-a8f3-4da28f496d8e/?format=api"
        }
    ]
}