GET /api/bet_types/d6b6c2ed-f401-4324-905f-dab998e9cf2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6b6c2ed-f401-4324-905f-dab998e9cf2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/82b698f2-aac8-4c2c-8061-020e7643f82b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:10.227575-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": "Nashville Predators",
                "amount": 6241.0
            },
            {
                "team": "New York Rangers",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "a85704af-764c-4be6-a909-74187c9b5b96",
            "gambit_id": "ba968114-b81e-4d4b-aa1d-ade5e3b7d923",
            "last_updated": "2023-12-04T15:38:01.096481-05:00",
            "created_at": "2023-12-02T08:28:10.236429-05:00",
            "name": "Nashville Predators",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b6c2ed-f401-4324-905f-dab998e9cf2b/?format=api"
        },
        {
            "id": "a42e395a-a5b0-435d-bb02-cbd478f9c2ba",
            "gambit_id": "07c24e3b-2544-491a-8867-3eb312ccea16",
            "last_updated": "2023-12-04T15:38:01.093005-05:00",
            "created_at": "2023-12-02T08:28:10.231571-05:00",
            "name": "New York Rangers",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b6c2ed-f401-4324-905f-dab998e9cf2b/?format=api"
        }
    ]
}