GET /api/bet_types/4fc816a4-4a3d-4358-b0f1-46f64de45297/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fc816a4-4a3d-4358-b0f1-46f64de45297",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a875a62-acb9-46a1-a35c-e3f3e7e6d7d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:09.153512-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": 6232.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff4050a8-e242-4caf-ab3e-2af89f2f3671",
            "gambit_id": "33666ef0-8396-4de8-98ec-d0033c809377",
            "last_updated": "2023-07-31T11:33:31.011946-04:00",
            "created_at": "2023-07-29T08:08:09.162717-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fc816a4-4a3d-4358-b0f1-46f64de45297/?format=api"
        },
        {
            "id": "f143bd63-fe67-4c3d-ae20-955e5a728394",
            "gambit_id": "5de217c9-a42a-4cd3-a041-dc11cfc385a9",
            "last_updated": "2023-07-31T11:33:31.008229-04:00",
            "created_at": "2023-07-29T08:08:09.158143-04:00",
            "name": "TEX (M Perez)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fc816a4-4a3d-4358-b0f1-46f64de45297/?format=api"
        }
    ]
}