GET /api/bet_types/0da68127-42b0-4cdd-a5b1-7461bc805f02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0da68127-42b0-4cdd-a5b1-7461bc805f02",
    "match": "https://api-prod.gambitprofit.com/api/matches/a110df34-a726-4670-ae59-dac3c3a74509/?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": "Boston Celtics",
                "amount": 6114.0
            },
            {
                "team": "New York Knicks",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b67b546-f175-4184-b996-baf8864d0d7e",
            "gambit_id": "7003a14a-63cf-4878-b963-aa6d1749a9f6",
            "last_updated": "2022-11-06T20:22:29.506696-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0da68127-42b0-4cdd-a5b1-7461bc805f02/?format=api"
        },
        {
            "id": "e2fd2ebf-761a-4621-b343-8e034fe18ddf",
            "gambit_id": "cc74229a-4b72-407f-a152-ae658330c66d",
            "last_updated": "2022-11-06T20:22:29.505712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0da68127-42b0-4cdd-a5b1-7461bc805f02/?format=api"
        }
    ]
}