GET /api/bet_types/29f10e5f-62eb-4200-9c6c-120f7078b2aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29f10e5f-62eb-4200-9c6c-120f7078b2aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1b58062-4706-4851-9cb1-a6d5bedf73b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:08.420922-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "da7d4a1f-9325-43ca-8770-4711db603221",
            "gambit_id": "240a6bb2-9b89-4e21-b60d-519a9d1cc5f8",
            "last_updated": "2023-04-22T13:07:14.095048-04:00",
            "created_at": "2023-04-21T12:32:08.422351-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29f10e5f-62eb-4200-9c6c-120f7078b2aa/?format=api"
        },
        {
            "id": "fcde0b3b-c48d-422f-8086-13449f11fa75",
            "gambit_id": "0cee1f56-267c-4dbd-ba12-e117fd989469",
            "last_updated": "2023-04-22T13:07:14.097061-04:00",
            "created_at": "2023-04-21T12:32:08.423816-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29f10e5f-62eb-4200-9c6c-120f7078b2aa/?format=api"
        }
    ]
}