GET /api/bet_types/379dfc75-c608-433f-8099-55f9f068f8f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "379dfc75-c608-433f-8099-55f9f068f8f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/30adba84-4a58-4073-85a1-3aeaf9e7a1bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T08:23:16.077314-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": "MIL (W Miley)",
                "amount": 5440.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "79df399d-973b-4f3b-8bc9-397ceda73917",
            "gambit_id": "8419a9de-12e2-4b2f-866a-32868ad1f609",
            "last_updated": "2023-08-04T09:48:13.111477-04:00",
            "created_at": "2023-08-02T08:23:16.086026-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/379dfc75-c608-433f-8099-55f9f068f8f2/?format=api"
        },
        {
            "id": "97f24d60-a5f1-474b-99b3-a6522dc9feee",
            "gambit_id": "ede7684f-ba37-4120-a928-75bcdb09b41a",
            "last_updated": "2023-08-04T09:48:13.115118-04:00",
            "created_at": "2023-08-02T08:23:16.093680-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/379dfc75-c608-433f-8099-55f9f068f8f2/?format=api"
        }
    ]
}