GET /api/bet_types/70655a3c-6d4c-4d83-adb6-ce71b1145717/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70655a3c-6d4c-4d83-adb6-ce71b1145717",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3d82493-fba3-4246-82a5-3d16c6a4597a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T08:28:09.705240-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": "TEX (M Scherzer)",
                "amount": 6885.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9f8def4-ff76-487e-b769-4108662f8fb2",
            "gambit_id": "e073851f-b39b-4ffa-959f-88f2bb34494c",
            "last_updated": "2023-08-10T10:18:24.456663-04:00",
            "created_at": "2023-08-08T08:28:09.709835-04:00",
            "name": "TEX (M Scherzer)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70655a3c-6d4c-4d83-adb6-ce71b1145717/?format=api"
        },
        {
            "id": "b0f0cf31-df3e-4d39-9a54-c6c69e2cbc68",
            "gambit_id": "10653bed-9643-4ace-8d60-01e786524d63",
            "last_updated": "2023-08-10T10:18:24.459985-04:00",
            "created_at": "2023-08-08T08:28:09.714788-04:00",
            "name": "OAK (J Sears)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70655a3c-6d4c-4d83-adb6-ce71b1145717/?format=api"
        }
    ]
}