GET /api/bet_types/7b2289fe-0891-4b4d-a841-56f6b71f4523/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b2289fe-0891-4b4d-a841-56f6b71f4523",
    "match": "https://api-prod.gambitprofit.com/api/matches/df785770-62a7-46aa-b6b4-15080b25e1bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:50.568351-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": 6035.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "9519a55c-a717-4a9b-ae7a-703bb990268e",
            "gambit_id": "f00de329-b38b-4303-896a-3f88b2e760ae",
            "last_updated": "2023-01-25T14:32:14.436887-05:00",
            "created_at": "2023-01-24T09:31:50.569927-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2289fe-0891-4b4d-a841-56f6b71f4523/?format=api"
        },
        {
            "id": "4cea3035-e9e8-4679-a689-b58f4b5119b2",
            "gambit_id": "750b8086-f500-40f8-850d-a86cedb22f89",
            "last_updated": "2023-01-25T14:32:14.438154-05:00",
            "created_at": "2023-01-24T09:31:50.571463-05:00",
            "name": "Minnesota Wild",
            "reward": "2.42000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2289fe-0891-4b4d-a841-56f6b71f4523/?format=api"
        }
    ]
}