GET /api/bet_types/03481c6d-c5ca-4b77-9336-758c98857116/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03481c6d-c5ca-4b77-9336-758c98857116",
    "match": "https://api-prod.gambitprofit.com/api/matches/be3b6eba-3472-4928-b8f2-8b19aa2c1ae3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-08T08:57:07.845768-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "57e68250-07f9-4faa-aa30-291322479a47",
            "gambit_id": "849aa9c5-8199-498d-a1e1-7997e532f95d",
            "last_updated": "2023-03-09T09:52:06.570339-05:00",
            "created_at": "2023-03-08T08:57:07.847096-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03481c6d-c5ca-4b77-9336-758c98857116/?format=api"
        },
        {
            "id": "d63b00c9-93f0-4e38-b989-6043a7c48fa2",
            "gambit_id": "ea3b3375-6976-4e4c-b761-60373127a279",
            "last_updated": "2023-03-09T09:52:06.571431-05:00",
            "created_at": "2023-03-08T08:57:07.848455-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03481c6d-c5ca-4b77-9336-758c98857116/?format=api"
        }
    ]
}