GET /api/bet_types/e707e84f-e51a-4d00-ab84-f37cfd565616/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e707e84f-e51a-4d00-ab84-f37cfd565616",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f08673e-9cd5-4400-a7bd-6ea0361750a3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8761889-64e6-4354-868f-25018cbfb9dd",
            "gambit_id": "987cfa12-8b64-417a-ad59-8efdfeae44b2",
            "last_updated": "2022-10-25T10:02:14.852327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e707e84f-e51a-4d00-ab84-f37cfd565616/?format=api"
        },
        {
            "id": "4dee8e06-3088-46d2-aaab-4f41737b72fc",
            "gambit_id": "e2e9baf6-9bf5-477b-8558-bf3adeea7405",
            "last_updated": "2022-10-25T10:02:14.853327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e707e84f-e51a-4d00-ab84-f37cfd565616/?format=api"
        }
    ]
}