GET /api/bet_types/026a31a9-59db-4737-9e1e-b6152eebc99c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "026a31a9-59db-4737-9e1e-b6152eebc99c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?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": 8464.0
            },
            {
                "team": "Stanford",
                "amount": 1536.0
            }
        ],
        "expected_reward_tokens": 9477.12,
        "profit_sb": -22.88,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4da51f1-ae95-4386-926f-3651b516b91b",
            "gambit_id": "e6278477-228a-4300-bd8c-8be203935f8e",
            "last_updated": "2022-10-03T11:22:20.785364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026a31a9-59db-4737-9e1e-b6152eebc99c/?format=api"
        },
        {
            "id": "49d6680e-1242-46da-b1bf-cad2c5dc578b",
            "gambit_id": "f609abb7-837c-49ec-a7c1-b9656c9f06c9",
            "last_updated": "2022-10-03T11:22:20.786339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "6.17000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026a31a9-59db-4737-9e1e-b6152eebc99c/?format=api"
        }
    ]
}