GET /api/bet_types/e0334b29-443c-4893-b210-eabaa20227c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0334b29-443c-4893-b210-eabaa20227c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09314ad-4163-4cb7-abf4-c7fb202c4ea5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:08.994562-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": "Minnesota Timberwolves",
                "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": "ee08a36a-2cc2-4310-8545-eab1d9802252",
            "gambit_id": "b793d271-9aa0-4740-b94d-603a2c6e5c84",
            "last_updated": "2023-04-03T20:17:11.486396-04:00",
            "created_at": "2023-04-02T09:57:08.997118-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0334b29-443c-4893-b210-eabaa20227c6/?format=api"
        },
        {
            "id": "9a5e10eb-fbd8-4f50-ac5c-862ad1ee989e",
            "gambit_id": "afc70a31-1c6c-4a2e-b756-8c645eee0472",
            "last_updated": "2023-04-03T20:17:11.489789-04:00",
            "created_at": "2023-04-02T09:57:08.999428-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0334b29-443c-4893-b210-eabaa20227c6/?format=api"
        }
    ]
}