GET /api/bet_types/fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/313c4455-ef42-4de0-8256-358fa638c326/?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": "Las Vegas Raiders",
                "amount": 6511.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 3489.0
            }
        ],
        "expected_reward_tokens": 9245.62,
        "profit_sb": 245.62,
        "profit_sb_percentage": 2.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "436a8e00-3849-4feb-a441-23bf63f50e61",
            "gambit_id": "9960ade7-fb1b-4149-b759-e661d889c573",
            "last_updated": "2022-08-15T14:31:54.918008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.42000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab/?format=api"
        },
        {
            "id": "bf2423a3-f556-4bd0-ad84-974ca7d01bf5",
            "gambit_id": "0aa0217b-a83a-4907-85ff-9d421a9e8ee1",
            "last_updated": "2022-08-15T14:31:54.918427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "2.65000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab/?format=api"
        }
    ]
}