GET /api/bet_types/62886f92-2718-4143-ad2f-698e7415e871/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62886f92-2718-4143-ad2f-698e7415e871",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9c68eb9-8a78-4db0-ad19-53c50719a606/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-11T11:17:06.883490-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b31daf47-920f-4389-89a9-814c66922662",
            "gambit_id": "cadb38e0-f497-44be-9186-d6527ff7be5d",
            "last_updated": "2023-05-14T10:57:12.419600-04:00",
            "created_at": "2023-05-11T11:17:06.887228-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62886f92-2718-4143-ad2f-698e7415e871/?format=api"
        },
        {
            "id": "7fdc86db-284a-4e08-b2e0-6d81e6245a45",
            "gambit_id": "33fb2461-989c-4ca1-b162-85e11afcfed9",
            "last_updated": "2023-05-14T10:57:12.418361-04:00",
            "created_at": "2023-05-11T11:17:06.885057-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62886f92-2718-4143-ad2f-698e7415e871/?format=api"
        }
    ]
}