GET /api/bet_types/6cefc08a-6425-4082-b255-a563b8cb1563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cefc08a-6425-4082-b255-a563b8cb1563",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6c73383-52b1-4809-a8e5-efc49f72f02d/?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": "Vanderbilt",
                "amount": 7247.0
            },
            {
                "team": "Hawaii",
                "amount": 2753.0
            }
        ],
        "expected_reward_tokens": 9276.16,
        "profit_sb": 276.16,
        "profit_sb_percentage": 3.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "d86b3653-fef7-4648-82c3-4b18c31d77a3",
            "gambit_id": "a843f394-4e80-4469-ab9b-cabce9776d52",
            "last_updated": "2022-08-28T11:27:16.525172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cefc08a-6425-4082-b255-a563b8cb1563/?format=api"
        },
        {
            "id": "fd907919-5cd6-4e98-ba40-1b7173b5faf6",
            "gambit_id": "008735e1-1a05-4ed3-a93c-a3e6cb703a0d",
            "last_updated": "2022-08-28T11:27:16.524722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "3.37000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cefc08a-6425-4082-b255-a563b8cb1563/?format=api"
        }
    ]
}