GET /api/bet_types/bbe09ef0-9e8c-4a90-aac7-4f38012c5211/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbe09ef0-9e8c-4a90-aac7-4f38012c5211",
    "match": "https://api-prod.gambitprofit.com/api/matches/e09e8595-cb96-4641-b04d-3b4047367b5d/?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": "Duke",
                "amount": 7727.0
            },
            {
                "team": "Boston College",
                "amount": 2273.0
            }
        ],
        "expected_reward_tokens": 9272.4,
        "profit_sb": 272.4,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "46f2044a-a22b-4d6b-98e8-d03949df121a",
            "gambit_id": "e5d91ec6-13a7-4874-ae9c-72c82220fba6",
            "last_updated": "2022-11-05T09:42:50.888175-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.20000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbe09ef0-9e8c-4a90-aac7-4f38012c5211/?format=api"
        },
        {
            "id": "22b0d548-3ea1-4520-bf6d-066a9bad8056",
            "gambit_id": "82f29785-75f7-436b-a1b2-7b1dbb5de661",
            "last_updated": "2022-11-05T09:42:50.886660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "4.08000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbe09ef0-9e8c-4a90-aac7-4f38012c5211/?format=api"
        }
    ]
}