GET /api/bet_types/0a0e12f7-f2d4-41bd-96f0-e2d718699e6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a0e12f7-f2d4-41bd-96f0-e2d718699e6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f169684-01fb-4d24-94dd-69e023323210/?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": "Edmonton Oilers",
                "amount": 5899.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e4d25a8-1bd9-4492-b361-f44e91fea198",
            "gambit_id": "2d8965c2-5b85-4327-94ac-a8f9cf22f0fb",
            "last_updated": "2022-11-04T09:12:35.040341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a0e12f7-f2d4-41bd-96f0-e2d718699e6c/?format=api"
        },
        {
            "id": "e7836737-ae99-4506-b67c-204f5f90b20b",
            "gambit_id": "d431fa5b-3d1f-44ed-9359-aa338f4a8e7f",
            "last_updated": "2022-11-04T09:12:35.041334-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a0e12f7-f2d4-41bd-96f0-e2d718699e6c/?format=api"
        }
    ]
}