GET /api/bet_types/610773fc-d26c-4db1-945f-b64e92027c56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "610773fc-d26c-4db1-945f-b64e92027c56",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf189aab-4c37-4ec9-b03b-500dd115bc05/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:10.254837-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": "LAA (S Ohtani)",
                "amount": 5711.0
            },
            {
                "team": "HOU (F Valdez)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "a92e1088-2afd-4229-a6a0-48c093bc0c98",
            "gambit_id": "b8b68acf-97d4-4d74-83b4-8c021da45ea2",
            "last_updated": "2023-05-10T15:17:06.616890-04:00",
            "created_at": "2023-05-09T11:07:10.256393-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/610773fc-d26c-4db1-945f-b64e92027c56/?format=api"
        },
        {
            "id": "38f27444-0b60-4f67-92ce-445bd5e0e886",
            "gambit_id": "7dcbf783-18e7-4b73-81c9-2f47361518ae",
            "last_updated": "2023-05-10T15:17:06.618281-04:00",
            "created_at": "2023-05-09T11:07:10.258053-04:00",
            "name": "HOU (F Valdez)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/610773fc-d26c-4db1-945f-b64e92027c56/?format=api"
        }
    ]
}