GET /api/bet_types/00a8aca3-3f5d-4b83-ab74-c71d04210aa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00a8aca3-3f5d-4b83-ab74-c71d04210aa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea03290-09c9-4590-b3e7-d5e6720f08aa/?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": "NYY (J Taillon)",
                "amount": 5319.0
            },
            {
                "team": "BOS (M Wacha)",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": 361.44,
        "profit_sb_percentage": 4.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4b2cc86-21ad-4200-87c2-91e8610e08f8",
            "gambit_id": "13127eff-bbf9-43f9-8292-f846ba66abc0",
            "last_updated": "2022-08-15T14:07:15.098047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (J Taillon)",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a8aca3-3f5d-4b83-ab74-c71d04210aa5/?format=api"
        },
        {
            "id": "09424c6f-e3e7-44e9-891c-f7aba1ba67ac",
            "gambit_id": "b3aa212a-5429-4cca-8020-3864c9b6a909",
            "last_updated": "2022-08-15T14:07:15.097673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (M Wacha)",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a8aca3-3f5d-4b83-ab74-c71d04210aa5/?format=api"
        }
    ]
}