GET /api/bet_types/6c83761b-8694-49fd-87a4-fcd48ce28ce1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c83761b-8694-49fd-87a4-fcd48ce28ce1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7de27370-ad5b-4d77-981f-5f4ff0073ebb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Cleveland Cavaliers",
                "amount": 5974.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "db35204e-94ae-4ecc-9551-7a6edf08ebff",
            "gambit_id": "a241baa7-2241-4167-a174-f8bd3f69afcd",
            "last_updated": "2022-12-01T16:17:23.080883-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c83761b-8694-49fd-87a4-fcd48ce28ce1/?format=api"
        },
        {
            "id": "9ac79c31-2d6b-4c85-b93c-d2ff3fd92573",
            "gambit_id": "f6404707-e1ca-4138-803f-b79fe632443d",
            "last_updated": "2022-12-01T16:17:23.081922-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c83761b-8694-49fd-87a4-fcd48ce28ce1/?format=api"
        }
    ]
}