GET /api/bet_types/c1634e95-47f4-47b7-839a-3ddb51ea1d11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1634e95-47f4-47b7-839a-3ddb51ea1d11",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac7b1bb1-6121-49e0-91ea-4dd57b569be9/?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": "Golden State Warriors",
                "amount": 6774.0
            },
            {
                "team": "Miami Heat",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "5503b13a-83d6-4889-8556-eda697f42e64",
            "gambit_id": "65fb8939-bf9a-4281-a735-36465594f20c",
            "last_updated": "2022-10-28T09:22:01.320973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1634e95-47f4-47b7-839a-3ddb51ea1d11/?format=api"
        },
        {
            "id": "68eb470e-ebcf-435e-a1de-c1644a890985",
            "gambit_id": "11663a65-88a6-465c-abe3-6110d590bb8f",
            "last_updated": "2022-10-28T09:22:01.319958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1634e95-47f4-47b7-839a-3ddb51ea1d11/?format=api"
        }
    ]
}