GET /api/bet_types/68e5ff4f-5edb-4497-96c7-25006aaee4cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68e5ff4f-5edb-4497-96c7-25006aaee4cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0f4b82e-3cd6-4fd8-94a8-8aeace4c6585/?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": "Cleveland Browns",
                "amount": 6862.0
            },
            {
                "team": "New York Jets",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "33b9c062-ec90-483b-a963-e51b818898eb",
            "gambit_id": "36b10c44-d23f-4d6a-a801-aea216d9df6e",
            "last_updated": "2022-09-19T11:42:07.034619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e5ff4f-5edb-4497-96c7-25006aaee4cd/?format=api"
        },
        {
            "id": "97003370-b362-42c7-be16-7a109fc26291",
            "gambit_id": "46c16c9e-ce30-4f00-a03d-b7e8fef3cab6",
            "last_updated": "2022-09-19T11:42:07.035633-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e5ff4f-5edb-4497-96c7-25006aaee4cd/?format=api"
        }
    ]
}