GET /api/bet_types/6f5a9b22-8d24-4fe1-8c2a-ef4c25fc4a78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f5a9b22-8d24-4fe1-8c2a-ef4c25fc4a78",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec276a72-aff4-400b-8dce-f26ccdd1ee6f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-11T11:17:06.271730-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": "SDG (Y Darvish)",
                "amount": 5553.0
            },
            {
                "team": "MIN (B Ober)",
                "amount": 4447.0
            }
        ],
        "expected_reward_tokens": 9605.52,
        "profit_sb": 105.52,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3a439c8-ca6d-4512-93df-6adfa23bb009",
            "gambit_id": "e1366fa3-3707-426c-9768-88d78ec0d1da",
            "last_updated": "2023-05-14T10:57:11.644486-04:00",
            "created_at": "2023-05-11T11:17:06.274527-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.73000",
            "odds": "1.76340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f5a9b22-8d24-4fe1-8c2a-ef4c25fc4a78/?format=api"
        },
        {
            "id": "dbfdbac4-1f68-4499-9073-433e11ac149f",
            "gambit_id": "5d14ecf7-afb6-4213-a08d-95e12245ee37",
            "last_updated": "2023-05-14T10:57:11.642651-04:00",
            "created_at": "2023-05-11T11:17:06.273109-04:00",
            "name": "MIN (B Ober)",
            "reward": "2.16000",
            "odds": "2.21000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f5a9b22-8d24-4fe1-8c2a-ef4c25fc4a78/?format=api"
        }
    ]
}