GET /api/bet_types/aea8ea1b-4770-4538-ac2e-a24351dcc494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aea8ea1b-4770-4538-ac2e-a24351dcc494",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dbe5b62-f7c4-4d3d-9628-1222945eb634/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-21T09:21:56.498684-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": "New Jersey Devils",
                "amount": 6163.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf8fec56-8e3b-4229-ad78-b823ddd2a40e",
            "gambit_id": "625fb515-f8b5-4c9d-be9c-7983efa2db28",
            "last_updated": "2023-03-22T16:51:53.417334-04:00",
            "created_at": "2023-03-21T09:21:56.500623-04:00",
            "name": "New Jersey Devils",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea8ea1b-4770-4538-ac2e-a24351dcc494/?format=api"
        },
        {
            "id": "d3f259f5-3b7c-434b-b2cc-72cbafa04965",
            "gambit_id": "56c31fa6-6dd9-4ec3-8490-44fa54aa71a7",
            "last_updated": "2023-03-22T16:51:53.424487-04:00",
            "created_at": "2023-03-21T09:21:56.502577-04:00",
            "name": "Minnesota Wild",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea8ea1b-4770-4538-ac2e-a24351dcc494/?format=api"
        }
    ]
}