GET /api/bet_types/7deb86fa-5a45-4b1d-af89-fa5a3aa8b325/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7deb86fa-5a45-4b1d-af89-fa5a3aa8b325",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e24eed-fc6a-4a31-864c-375d20deaef9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-04T09:43:04.491940-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": "ARI",
                "amount": 5939.0
            },
            {
                "team": "NYM",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "8508b564-c649-4edd-bc24-6e92deba7f10",
            "gambit_id": "e3c76900-8af3-4b1a-916c-aca47c2257c2",
            "last_updated": "2023-07-11T16:08:21.792432-04:00",
            "created_at": "2023-07-04T09:43:04.495503-04:00",
            "name": "ARI",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7deb86fa-5a45-4b1d-af89-fa5a3aa8b325/?format=api"
        },
        {
            "id": "d3d05717-cc77-45f9-94a7-9e5ffc6773ed",
            "gambit_id": "aefb4a36-5986-470c-8bd4-f34db3058c41",
            "last_updated": "2023-07-11T16:08:21.790951-04:00",
            "created_at": "2023-07-04T09:43:04.493626-04:00",
            "name": "NYM",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7deb86fa-5a45-4b1d-af89-fa5a3aa8b325/?format=api"
        }
    ]
}