GET /api/bet_types/d652050e-6a63-4c4e-b4c3-ab55104d9eb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d652050e-6a63-4c4e-b4c3-ab55104d9eb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/098db60a-fc03-4c97-94ad-4c88c76a9d72/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:12.448192-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": "MIN",
                "amount": 6308.0
            },
            {
                "team": "BOS",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba0d236d-9b65-4bba-b947-89ef9087e9b3",
            "gambit_id": "f09c5ce8-e37d-4258-8522-f888388f08ad",
            "last_updated": "2023-04-21T22:02:24.481460-04:00",
            "created_at": "2023-04-20T11:42:12.451891-04:00",
            "name": "MIN",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d652050e-6a63-4c4e-b4c3-ab55104d9eb8/?format=api"
        },
        {
            "id": "85d53520-2c82-40e2-bbf0-5206e1efc064",
            "gambit_id": "ecc1968a-5f60-4e12-b8e2-a0b3a292d0b3",
            "last_updated": "2023-04-21T22:02:24.479764-04:00",
            "created_at": "2023-04-20T11:42:12.449954-04:00",
            "name": "BOS",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d652050e-6a63-4c4e-b4c3-ab55104d9eb8/?format=api"
        }
    ]
}