GET /api/bet_types/011bc0a1-d8fb-4bea-b97f-7a5ba31667c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "011bc0a1-d8fb-4bea-b97f-7a5ba31667c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/911cf251-8045-4b12-a5a5-6b0890e2aca4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:01.386950-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": "San Jose Sharks",
                "amount": 5867.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c868d33-1bfc-423b-8912-e600be567d69",
            "gambit_id": "ab1491f1-a90b-47c0-8226-ea0ec8b7897d",
            "last_updated": "2023-03-29T13:26:52.865148-04:00",
            "created_at": "2023-03-28T10:07:01.388495-04:00",
            "name": "San Jose Sharks",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/011bc0a1-d8fb-4bea-b97f-7a5ba31667c7/?format=api"
        },
        {
            "id": "b6a8f090-9734-4fdd-ae24-86127a450aab",
            "gambit_id": "8e0f6d9f-231e-4114-99c3-b9a66f0f91cf",
            "last_updated": "2023-03-29T13:26:52.868209-04:00",
            "created_at": "2023-03-28T10:07:01.390354-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/011bc0a1-d8fb-4bea-b97f-7a5ba31667c7/?format=api"
        }
    ]
}