GET /api/bet_types/f777875d-0aff-469f-8193-790cdaa41834/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f777875d-0aff-469f-8193-790cdaa41834",
    "match": "https://api-prod.gambitprofit.com/api/matches/de8e2bb5-73e9-4dbf-b23c-44e7ecd1d587/?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 York Islanders",
                "amount": 6104.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a949130-5107-41c3-8652-fafe3f622516",
            "gambit_id": "78db154f-ca44-422e-bf10-0ab48d3491f0",
            "last_updated": "2022-10-17T14:12:41.116651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f777875d-0aff-469f-8193-790cdaa41834/?format=api"
        },
        {
            "id": "8d8d85e7-633b-463d-9790-9091a8a12a03",
            "gambit_id": "552aebdc-9137-4541-a57d-b0111ba4e991",
            "last_updated": "2022-10-17T14:12:41.117610-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f777875d-0aff-469f-8193-790cdaa41834/?format=api"
        }
    ]
}