GET /api/bet_types/70ba48a3-c163-49f1-9e02-197ab86a4c22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70ba48a3-c163-49f1-9e02-197ab86a4c22",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e3f4b9-b00d-496b-8047-b0c1deff0722/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T10:27:01.203276-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": "New York Knicks",
                "amount": 5668.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "08bec2af-4dd9-4c6b-8297-e10f3f46ef98",
            "gambit_id": "b72cee89-1fbb-43cd-be02-e415ec72d1f6",
            "last_updated": "2023-01-03T11:01:48.205896-05:00",
            "created_at": "2023-01-02T10:27:01.204494-05:00",
            "name": "New York Knicks",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ba48a3-c163-49f1-9e02-197ab86a4c22/?format=api"
        },
        {
            "id": "778402b1-17ee-4483-a20f-ed8dfd76f39f",
            "gambit_id": "18ae7ddd-5936-4985-ae70-363fc6399205",
            "last_updated": "2023-01-03T11:01:48.206953-05:00",
            "created_at": "2023-01-02T10:27:01.205792-05:00",
            "name": "Phoenix Suns",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ba48a3-c163-49f1-9e02-197ab86a4c22/?format=api"
        }
    ]
}