GET /api/bet_types/feb106b4-eb45-49d1-a67a-ebdd33878fdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "feb106b4-eb45-49d1-a67a-ebdd33878fdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ce3d8a2-bce7-42ba-bd16-9ad3a2542af7/?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 Jersey Devils",
                "amount": 5492.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3ad8990-ebac-4515-81c1-22fcfa93ce18",
            "gambit_id": "66a30834-3142-4127-a4e9-40e5b9ce3c82",
            "last_updated": "2022-12-19T10:42:31.705626-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feb106b4-eb45-49d1-a67a-ebdd33878fdf/?format=api"
        },
        {
            "id": "d2377a62-d067-424c-95e1-0ad12052d839",
            "gambit_id": "0d1a315d-c19f-4393-a20f-028c3b6d8f0c",
            "last_updated": "2022-12-19T10:42:31.706709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feb106b4-eb45-49d1-a67a-ebdd33878fdf/?format=api"
        }
    ]
}