GET /api/bet_types/91de5ca2-0d4d-4003-a5e8-7f8062e0758a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91de5ca2-0d4d-4003-a5e8-7f8062e0758a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ffd852d-895e-47f3-bdf3-c85df98f7b89/?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": "Arizona Cardinals",
                "amount": 5492.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "33617df5-fecf-4ca5-aaf1-d0b53f7ed167",
            "gambit_id": "80f81855-0744-4749-ab33-2053edc3760f",
            "last_updated": "2022-11-07T09:58:48.804564-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91de5ca2-0d4d-4003-a5e8-7f8062e0758a/?format=api"
        },
        {
            "id": "63bfb06c-0361-4eef-88c8-4ff3e6cce937",
            "gambit_id": "7ea17893-ba0b-4e72-a5aa-e5b31c9d5f6a",
            "last_updated": "2022-11-07T09:58:48.805536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91de5ca2-0d4d-4003-a5e8-7f8062e0758a/?format=api"
        }
    ]
}