GET /api/bet_types/e92f7547-20c4-4017-b365-90eabe94dfe7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92f7547-20c4-4017-b365-90eabe94dfe7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e06a4ca4-b5d7-425a-832c-30e28006f201/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T17:37:10.204336-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": "San Jose Sharks",
                "amount": 6173.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "9efa46a5-1b1b-418d-abd9-79db328315c3",
            "gambit_id": "798095b6-cd68-47c9-b502-83346cd8fbf0",
            "last_updated": "2023-02-15T10:57:08.052797-05:00",
            "created_at": "2023-02-14T17:37:10.206542-05:00",
            "name": "San Jose Sharks",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92f7547-20c4-4017-b365-90eabe94dfe7/?format=api"
        },
        {
            "id": "acd7af9e-2ad7-4e91-bd60-b38f704f42cb",
            "gambit_id": "c3dffa89-d91b-45ca-8aa2-25deab5b6c62",
            "last_updated": "2023-02-15T10:57:08.053947-05:00",
            "created_at": "2023-02-14T17:37:10.212868-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92f7547-20c4-4017-b365-90eabe94dfe7/?format=api"
        }
    ]
}