GET /api/bet_types/226a6bf9-4b91-423f-ab43-53fd44533745/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "226a6bf9-4b91-423f-ab43-53fd44533745",
    "match": "https://api-prod.gambitprofit.com/api/matches/ede0ccaa-b72b-43b8-b5b7-09ba57dd3a73/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:12.531518-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": "Sacramento Kings",
                "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": "6e06aafb-20e2-46f2-98cf-24a866d8d6f1",
            "gambit_id": "dbff03b4-dfde-4e3e-9b69-60499b22474a",
            "last_updated": "2023-04-10T14:42:10.879315-04:00",
            "created_at": "2023-04-09T09:27:12.537408-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226a6bf9-4b91-423f-ab43-53fd44533745/?format=api"
        },
        {
            "id": "fd618128-55dd-447f-857d-b0bee0efd283",
            "gambit_id": "910ae45f-c4d0-4807-9d23-d0a7a9f141b8",
            "last_updated": "2023-04-10T14:42:10.877131-04:00",
            "created_at": "2023-04-09T09:27:12.534252-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/226a6bf9-4b91-423f-ab43-53fd44533745/?format=api"
        }
    ]
}