GET /api/bet_types/40eee77d-e6fc-495a-8591-aef38b554013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40eee77d-e6fc-495a-8591-aef38b554013",
    "match": "https://api-prod.gambitprofit.com/api/matches/a785b211-f813-4a76-b9a9-17db51639e33/?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": "Toledo",
                "amount": 8270.0
            },
            {
                "team": "Bowling Green",
                "amount": 1730.0
            }
        ],
        "expected_reward_tokens": 9342.0,
        "profit_sb": 342.0,
        "profit_sb_percentage": 3.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7287e52-e9fd-458a-93f8-8fe9f55f0243",
            "gambit_id": "b6ed3f65-eda6-416a-b9ce-dfdcc3b02c85",
            "last_updated": "2022-11-16T09:37:55.233712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40eee77d-e6fc-495a-8591-aef38b554013/?format=api"
        },
        {
            "id": "1c8f968f-8ad0-4b2d-ab85-7239f0e998db",
            "gambit_id": "59732dc0-8662-40d0-ab4c-df9a9e606a5c",
            "last_updated": "2022-11-16T09:37:55.234772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "5.40000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40eee77d-e6fc-495a-8591-aef38b554013/?format=api"
        }
    ]
}