GET /api/bet_types/02230631-686a-4b93-9e46-08e84ae4b9a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02230631-686a-4b93-9e46-08e84ae4b9a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e71c124b-777c-4cdd-86e2-973d022ddd5f/?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": "Oregon",
                "amount": 7727.0
            },
            {
                "team": "Washington",
                "amount": 2273.0
            }
        ],
        "expected_reward_tokens": 9272.4,
        "profit_sb": 272.4,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "a42847d4-aefc-417b-875e-6f0f6b575eae",
            "gambit_id": "19745a95-7d04-471e-820d-e19585160a6b",
            "last_updated": "2022-11-14T09:38:42.346614-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.20000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02230631-686a-4b93-9e46-08e84ae4b9a0/?format=api"
        },
        {
            "id": "af0b0c0a-f1a6-431b-a99c-1b2712635a4a",
            "gambit_id": "46010f14-d4aa-4eba-9e5e-26b7e9a6d5c4",
            "last_updated": "2022-11-14T09:38:42.347715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "4.08000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02230631-686a-4b93-9e46-08e84ae4b9a0/?format=api"
        }
    ]
}