GET /api/bet_types/9c82407a-7dff-4c7c-b1c8-20dbabe27457/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c82407a-7dff-4c7c-b1c8-20dbabe27457",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a2f8426-13e7-470f-9243-dd3c9fe8023a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:05.525019-04: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": "NYM (K Senga)",
                "amount": 5337.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0326a93-189f-4941-bc4c-e6e0fa4b1270",
            "gambit_id": "6b20dfc1-c0b0-4472-a703-d57e765f8c63",
            "last_updated": "2023-06-11T11:28:11.737357-04:00",
            "created_at": "2023-06-10T09:38:05.527412-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c82407a-7dff-4c7c-b1c8-20dbabe27457/?format=api"
        },
        {
            "id": "02283544-3921-47c4-892f-224a3855a277",
            "gambit_id": "4fa0811d-624e-445d-a142-d2a1a7aa7879",
            "last_updated": "2023-06-11T11:28:11.739312-04:00",
            "created_at": "2023-06-10T09:38:05.529820-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c82407a-7dff-4c7c-b1c8-20dbabe27457/?format=api"
        }
    ]
}