GET /api/bet_types/d785683e-8667-4193-81a1-b753e326bc1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d785683e-8667-4193-81a1-b753e326bc1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/42aaf537-c547-4a8e-843d-e3750dd00480/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T13:13:10.172381-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": "Colorado Rockies",
                "amount": 5688.0
            },
            {
                "team": "Minnesota Twins",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2374161-1516-4abb-99b8-8842fb7d9da3",
            "gambit_id": "3ceb4e83-9f02-4cda-8d17-00060ca1d907",
            "last_updated": "2023-10-02T10:38:23.768228-04:00",
            "created_at": "2023-09-30T13:13:10.180927-04:00",
            "name": "Colorado Rockies",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d785683e-8667-4193-81a1-b753e326bc1a/?format=api"
        },
        {
            "id": "5cd7469e-dfd5-4544-8476-029c78d79b93",
            "gambit_id": "b1a33756-41da-41fd-975f-58ff6fe6c57b",
            "last_updated": "2023-10-02T10:38:23.763809-04:00",
            "created_at": "2023-09-30T13:13:10.176098-04:00",
            "name": "Minnesota Twins",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d785683e-8667-4193-81a1-b753e326bc1a/?format=api"
        }
    ]
}