GET /api/bet_types/36a01b27-1a82-4dbf-94a2-651b7db408a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36a01b27-1a82-4dbf-94a2-651b7db408a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3c563e6-d2af-46b5-aad1-baca27e43d0a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T00:23:15.972336-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 (S Lugo)",
                "amount": 5541.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "49186c6c-14b7-4cad-807d-5f540ff148fb",
            "gambit_id": "8d30cc75-1299-48a0-b693-972c8e79fe7a",
            "last_updated": "2023-09-04T12:58:30.864648-04:00",
            "created_at": "2023-09-03T00:23:15.984703-04:00",
            "name": "SDG (S Lugo)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a01b27-1a82-4dbf-94a2-651b7db408a4/?format=api"
        },
        {
            "id": "9e4e7743-b1b5-4eb4-bc0a-ecb378aaf940",
            "gambit_id": "2d04087e-2ff2-4375-abd0-ab830f640d5f",
            "last_updated": "2023-09-04T12:58:30.861269-04:00",
            "created_at": "2023-09-03T00:23:15.977114-04:00",
            "name": "SFO (A Cobb)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a01b27-1a82-4dbf-94a2-651b7db408a4/?format=api"
        }
    ]
}