GET /api/bet_types/2961f77c-f447-404b-96dc-fe2cfcf33d0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2961f77c-f447-404b-96dc-fe2cfcf33d0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a07ac7c5-12a9-4a65-abaf-dc5ad462f0e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:08.258109-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": "New York Knicks",
                "amount": 5317.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "04104f73-52d0-40f5-bf9c-b4d59328c0c2",
            "gambit_id": "70c0bc87-16d2-453c-95e7-30a36086bef4",
            "last_updated": "2023-04-22T13:07:11.903221-04:00",
            "created_at": "2023-04-21T12:32:08.259496-04:00",
            "name": "New York Knicks",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2961f77c-f447-404b-96dc-fe2cfcf33d0c/?format=api"
        },
        {
            "id": "e35002f3-51a0-4ed6-b1df-c8890a8ae73c",
            "gambit_id": "e7c6ed4f-20a3-47f7-842a-292af044f9c9",
            "last_updated": "2023-04-22T13:07:11.904829-04:00",
            "created_at": "2023-04-21T12:32:08.260957-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2961f77c-f447-404b-96dc-fe2cfcf33d0c/?format=api"
        }
    ]
}