GET /api/bet_types/e9780d91-8eb6-41ae-8770-9f858bbf1fd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9780d91-8eb6-41ae-8770-9f858bbf1fd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9e75ba6-0c63-4ea4-82a6-8c6b8634bcc6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:12:01.678188-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": "Cleveland Cavaliers",
                "amount": 6698.0
            },
            {
                "team": "New York Knicks",
                "amount": 3302.0
            }
        ],
        "expected_reward_tokens": 9443.72,
        "profit_sb": -56.28,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b698d07-abb0-45b2-96bf-4cbb77e310b4",
            "gambit_id": "8f621563-6415-406c-9a8c-4fbaccc0e967",
            "last_updated": "2023-04-19T20:22:15.379353-04:00",
            "created_at": "2023-04-18T12:12:01.680314-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9780d91-8eb6-41ae-8770-9f858bbf1fd5/?format=api"
        },
        {
            "id": "9e9005a9-110e-44f3-a930-afff84d7961e",
            "gambit_id": "a7abae7f-dbd8-4848-9c50-d5ccd47f2bdd",
            "last_updated": "2023-04-19T20:22:15.382466-04:00",
            "created_at": "2023-04-18T12:12:01.682738-04:00",
            "name": "New York Knicks",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9780d91-8eb6-41ae-8770-9f858bbf1fd5/?format=api"
        }
    ]
}