GET /api/bet_types/0ea952ce-001a-42e3-87dd-641f5932e09a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ea952ce-001a-42e3-87dd-641f5932e09a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d962fb8b-8a7b-487f-a69f-ab65d0d18b42/?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": "Tampa Bay Lightning",
                "amount": 7221.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "cbff57ce-fd45-439c-a1b1-004dba13c268",
            "gambit_id": "eeb24c8b-54fd-42a1-a7d2-3d7e59c534f4",
            "last_updated": "2022-10-19T09:42:26.099878-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea952ce-001a-42e3-87dd-641f5932e09a/?format=api"
        },
        {
            "id": "f0adb6a5-3917-4b4b-a219-d1d16f92292c",
            "gambit_id": "41402efa-5ee6-4009-a7f9-1e3a3be28089",
            "last_updated": "2022-10-19T09:42:26.100852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea952ce-001a-42e3-87dd-641f5932e09a/?format=api"
        }
    ]
}