GET /api/bet_types/a5848db8-1a42-4371-8c95-9c77704dff3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5848db8-1a42-4371-8c95-9c77704dff3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/54cc214a-578f-4783-b64c-777fe23f9894/?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": "Colorado Avalanche",
                "amount": 6345.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "679c7bcd-1813-4c20-a500-1fabf6f5badf",
            "gambit_id": "b6c37451-586d-4fa8-b8fd-28b6df161cc2",
            "last_updated": "2022-11-15T11:52:45.087717-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5848db8-1a42-4371-8c95-9c77704dff3f/?format=api"
        },
        {
            "id": "06884b2a-198c-4f80-b9a9-c73d63668bbc",
            "gambit_id": "eff86b40-3430-4c7e-b2fa-02670a01d580",
            "last_updated": "2022-11-15T11:52:45.088900-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5848db8-1a42-4371-8c95-9c77704dff3f/?format=api"
        }
    ]
}