GET /api/bet_types/9fa5e2c4-ddda-4f31-a015-8dd494b824e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fa5e2c4-ddda-4f31-a015-8dd494b824e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e70c397-f132-44fc-9255-9882a5e9064d/?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": "Ohio State",
                "amount": 7340.0
            },
            {
                "team": "Michigan",
                "amount": 2660.0
            }
        ],
        "expected_reward_tokens": 9175.0,
        "profit_sb": 175.0,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "48e6c3bd-2dd0-465a-b23f-6c87ee63e4a3",
            "gambit_id": "7d56c18f-296b-41d4-91c4-0ec88aa2b1fe",
            "last_updated": "2022-11-28T10:17:14.118443-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa5e2c4-ddda-4f31-a015-8dd494b824e4/?format=api"
        },
        {
            "id": "1d8a7f4c-d416-46b1-88cb-5d8d5950516c",
            "gambit_id": "1e4c8061-c32e-4900-956d-e9f43d921664",
            "last_updated": "2022-11-28T10:17:14.117462-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "3.45000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa5e2c4-ddda-4f31-a015-8dd494b824e4/?format=api"
        }
    ]
}