GET /api/bet_types/6a6636a9-fdc0-4b9f-8df6-60801eb266cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a6636a9-fdc0-4b9f-8df6-60801eb266cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0fc7215-dc08-4403-8264-ac95c1ee39a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T18:28:03.653470-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": "ARI (Z Gallen)",
                "amount": 5776.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "369fb534-d12b-437f-8fff-91e0238e0e28",
            "gambit_id": "df1c7a4d-247e-446b-a34c-6d015dab5eaa",
            "last_updated": "2023-09-21T09:43:21.619346-04:00",
            "created_at": "2023-09-19T18:28:03.666654-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6636a9-fdc0-4b9f-8df6-60801eb266cd/?format=api"
        },
        {
            "id": "2772c7be-f7ad-4334-8b44-8340ab8b0a96",
            "gambit_id": "1e26d163-2053-482a-a9c8-a2831f185091",
            "last_updated": "2023-09-21T09:43:21.614759-04:00",
            "created_at": "2023-09-19T18:28:03.661055-04:00",
            "name": "SFO (A Cobb)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6636a9-fdc0-4b9f-8df6-60801eb266cd/?format=api"
        }
    ]
}