GET /api/bet_types/096a7dc4-bd53-4179-b6c9-e99bbe92fabc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "096a7dc4-bd53-4179-b6c9-e99bbe92fabc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c81a583-45b9-4929-b9a1-a6760c03e784/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T09:13:25.236247-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": "PHI",
                "amount": 5107.0
            },
            {
                "team": "ATL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8e75515-1270-4172-b84f-30aceb9f16cc",
            "gambit_id": "d3372c82-1705-4780-80aa-804a99cdfd14",
            "last_updated": "2023-09-21T09:48:16.208185-04:00",
            "created_at": "2023-09-19T09:13:25.241324-04:00",
            "name": "PHI",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096a7dc4-bd53-4179-b6c9-e99bbe92fabc/?format=api"
        },
        {
            "id": "342d8777-4a73-4c70-a481-aee9fd3b357a",
            "gambit_id": "3825bb6d-2f3b-4e29-91a2-be665bd25ab2",
            "last_updated": "2023-09-21T09:48:16.211438-04:00",
            "created_at": "2023-09-19T09:13:25.246640-04:00",
            "name": "ATL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096a7dc4-bd53-4179-b6c9-e99bbe92fabc/?format=api"
        }
    ]
}