GET /api/bet_types/c745eb1f-954b-4cea-aa1b-1d01245977a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c745eb1f-954b-4cea-aa1b-1d01245977a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b23c3f6e-05a0-4d91-8886-d34e56785033/?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": "New Jersey Devils",
                "amount": 6401.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "bdbd874a-5708-4420-b5d8-d05fdd2d872b",
            "gambit_id": "4071905f-5bb0-4d97-8a11-d8e478afe8e4",
            "last_updated": "2022-10-24T10:17:10.804600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c745eb1f-954b-4cea-aa1b-1d01245977a1/?format=api"
        },
        {
            "id": "7f9cf8e6-9087-4912-8aef-039ba555ae08",
            "gambit_id": "544542c3-b147-48f4-8710-85f395065bd1",
            "last_updated": "2022-10-24T10:17:10.805627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c745eb1f-954b-4cea-aa1b-1d01245977a1/?format=api"
        }
    ]
}