GET /api/bet_types/1baa9161-57a6-4497-b185-2ba53647e21e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1baa9161-57a6-4497-b185-2ba53647e21e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c779de57-ff51-4517-b722-607da677fad8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Navy",
                "amount": 8286.0
            },
            {
                "team": "Temple",
                "amount": 1714.0
            }
        ],
        "expected_reward_tokens": 9528.9,
        "profit_sb": 28.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "e718807b-18a3-498e-88f9-1c2f8ed5b8b3",
            "gambit_id": "5df3b4e8-0979-4731-99e0-e0a3ebc92637",
            "last_updated": "2022-10-31T10:37:25.087183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1baa9161-57a6-4497-b185-2ba53647e21e/?format=api"
        },
        {
            "id": "f0d2bc6f-ef0b-4bd2-9012-88d1d418c2f5",
            "gambit_id": "ca108268-15c8-44fb-876a-786d7764e7da",
            "last_updated": "2022-10-31T10:37:25.088310-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "5.56000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1baa9161-57a6-4497-b185-2ba53647e21e/?format=api"
        }
    ]
}