GET /api/bet_types/135a16a9-8036-4b2b-b091-c882c2a38bfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "135a16a9-8036-4b2b-b091-c882c2a38bfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d496a67-483c-4b0c-b4c6-6ea1b1e29c35/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-18T09:08:19.236688-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": "MIL",
                "amount": 5000.0
            },
            {
                "team": "STL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "16547f33-0bd8-47ec-ac8a-e3364a51cfc8",
            "gambit_id": "611133e4-ff02-429b-9d72-a403606dde74",
            "last_updated": "2023-09-20T09:18:07.155023-04:00",
            "created_at": "2023-09-18T09:08:19.242418-04:00",
            "name": "MIL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/135a16a9-8036-4b2b-b091-c882c2a38bfb/?format=api"
        },
        {
            "id": "b238703b-2395-4630-a964-48ff9761efe1",
            "gambit_id": "1bd7cfaf-eb1f-44c4-a2e3-1a1959234a0e",
            "last_updated": "2023-09-20T09:18:07.158254-04:00",
            "created_at": "2023-09-18T09:08:19.248431-04:00",
            "name": "STL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/135a16a9-8036-4b2b-b091-c882c2a38bfb/?format=api"
        }
    ]
}