GET /api/bet_types/23257dda-91fb-4b30-86a3-de40e64d1bb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23257dda-91fb-4b30-86a3-de40e64d1bb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/73f70880-2ecf-486a-9aa5-242226fd935a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:05.914272-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": 5000.0
            },
            {
                "team": "WAS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9344540b-3754-43d2-91d2-8e40b95b7d21",
            "gambit_id": "ad9bfbae-cb13-47ed-829b-c6437f6fb7bc",
            "last_updated": "2023-06-04T13:22:20.942989-04:00",
            "created_at": "2023-06-02T10:32:05.916233-04:00",
            "name": "PHI",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23257dda-91fb-4b30-86a3-de40e64d1bb6/?format=api"
        },
        {
            "id": "e5fc2e33-da11-4ce4-b6ee-b41504dcd4c8",
            "gambit_id": "a8af67cd-3e09-4b61-9db2-dd1bffd84cee",
            "last_updated": "2023-06-04T13:22:20.944844-04:00",
            "created_at": "2023-06-02T10:32:05.918454-04:00",
            "name": "WAS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23257dda-91fb-4b30-86a3-de40e64d1bb6/?format=api"
        }
    ]
}