GET /api/bet_types/cc4b25c3-c092-4705-822c-b2c941a36f11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc4b25c3-c092-4705-822c-b2c941a36f11",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e20af0c-1882-43d0-9c94-73eff29a8211/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-19T09:52:14.957708-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": 6025.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "03ae69bc-6484-4a42-a1ca-cd1b5e94e3fe",
            "gambit_id": "6f759d3c-e5d4-491c-9db0-8dac96d96f22",
            "last_updated": "2023-02-20T09:51:56.987868-05:00",
            "created_at": "2023-02-19T09:52:14.960277-05:00",
            "name": "Nashville Predators",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc4b25c3-c092-4705-822c-b2c941a36f11/?format=api"
        },
        {
            "id": "97210478-ccb0-4596-a02a-9a1b1bde4921",
            "gambit_id": "a38c62d8-d269-4265-be71-ee0b6ff0cb0c",
            "last_updated": "2023-02-20T09:51:56.986689-05:00",
            "created_at": "2023-02-19T09:52:14.958931-05:00",
            "name": "Minnesota Wild",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc4b25c3-c092-4705-822c-b2c941a36f11/?format=api"
        }
    ]
}