GET /api/bet_types/c9aefa03-7d37-447b-bd74-05b6f9613812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9aefa03-7d37-447b-bd74-05b6f9613812",
    "match": "https://api-prod.gambitprofit.com/api/matches/9db9e290-99a2-42e1-b93f-93e89c4336fe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:14.523991-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": "KAN",
                "amount": 5688.0
            },
            {
                "team": "ATL",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e6e4724-060e-4a69-885c-6184721a70eb",
            "gambit_id": "2e1c451e-67b3-457a-a910-e4fe51237b10",
            "last_updated": "2023-04-15T12:27:17.972039-04:00",
            "created_at": "2023-04-14T12:02:14.525607-04:00",
            "name": "KAN",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9aefa03-7d37-447b-bd74-05b6f9613812/?format=api"
        },
        {
            "id": "d2a95481-400d-4bbe-8557-a61ffb5967ba",
            "gambit_id": "923da2b9-eeae-48fd-bf43-70e534d0bc60",
            "last_updated": "2023-04-15T12:27:17.974007-04:00",
            "created_at": "2023-04-14T12:02:14.527428-04:00",
            "name": "ATL",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9aefa03-7d37-447b-bd74-05b6f9613812/?format=api"
        }
    ]
}