GET /api/bet_types/29227227-4f2b-4c8e-87f9-31cefde6d2e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29227227-4f2b-4c8e-87f9-31cefde6d2e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/37c2b33d-723e-40f1-8886-5096047fa38d/?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": "Cincinnati Bengals",
                "amount": 6482.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "92421289-ae03-4ce6-ad84-e71137f2cbd9",
            "gambit_id": "3ce090d6-f4f8-4fba-ab1a-6f7a1b73dd71",
            "last_updated": "2022-12-12T10:22:13.506894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29227227-4f2b-4c8e-87f9-31cefde6d2e0/?format=api"
        },
        {
            "id": "d6834fab-fd90-4f7b-8780-4e7fb3993a36",
            "gambit_id": "cf97ba32-2213-470d-95a6-4e546fad7dbe",
            "last_updated": "2022-12-12T10:22:13.508035-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29227227-4f2b-4c8e-87f9-31cefde6d2e0/?format=api"
        }
    ]
}