GET /api/bet_types/53d142df-3ad2-427d-8634-554e781b38b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53d142df-3ad2-427d-8634-554e781b38b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3385e479-7c94-41b9-b625-07cfe46e8d74/?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": "NYY (N Cortes)",
                "amount": 5335.0
            },
            {
                "team": "HOU (L McCullers)",
                "amount": 4665.0
            }
        ],
        "expected_reward_tokens": 9656.35,
        "profit_sb": 156.35,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a01c09a6-846b-4226-bc4c-dbe0742faae4",
            "gambit_id": "93ee0962-8100-4083-b4ea-a8e7d5f8faff",
            "last_updated": "2022-10-24T10:37:22.404104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53d142df-3ad2-427d-8634-554e781b38b5/?format=api"
        },
        {
            "id": "e0292832-e2be-4914-b87b-d9cf5fd4fc4e",
            "gambit_id": "69547956-f040-4976-bf0b-6d7c1caf033c",
            "last_updated": "2022-10-24T10:37:22.405007-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (L McCullers)",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53d142df-3ad2-427d-8634-554e781b38b5/?format=api"
        }
    ]
}