GET /api/bet_types/dedb2b4e-1ed0-40c4-b590-e78a24f38422/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dedb2b4e-1ed0-40c4-b590-e78a24f38422",
    "match": "https://api-prod.gambitprofit.com/api/matches/c101db45-a7d6-4c09-b780-1db8c51982f4/?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": "NYM (J DeGrom)",
                "amount": 5529.0
            },
            {
                "team": "ATL (M Fried)",
                "amount": 4471.0
            }
        ],
        "expected_reward_tokens": 9344.01,
        "profit_sb": 344.01,
        "profit_sb_percentage": 3.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "d65fe90f-495e-414d-9dd5-36b9ae479356",
            "gambit_id": "49961fb2-67c2-4d5d-9414-8be7148c0d3c",
            "last_updated": "2022-08-19T09:46:51.461300-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.69000",
            "odds": "1.76340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dedb2b4e-1ed0-40c4-b590-e78a24f38422/?format=api"
        },
        {
            "id": "016aed27-2a35-4fda-b322-d9b355af3a7e",
            "gambit_id": "be858a98-76b0-414a-8b2f-f0bb68000f63",
            "last_updated": "2022-08-19T09:46:51.460883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (M Fried)",
            "reward": "2.09000",
            "odds": "2.21000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dedb2b4e-1ed0-40c4-b590-e78a24f38422/?format=api"
        }
    ]
}