GET /api/bet_types/9f956646-807b-47b9-9f7c-0603887f585a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f956646-807b-47b9-9f7c-0603887f585a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0efebcb9-6b7e-4021-84bc-cfb3157b0326/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:16.149268-05: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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "851661b1-1c81-49df-953f-df3685456dc6",
            "gambit_id": "fc407df6-1d96-4797-ad09-85e96ee59cae",
            "last_updated": "2023-12-19T20:58:15.823045-05:00",
            "created_at": "2023-12-18T09:53:16.157032-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f956646-807b-47b9-9f7c-0603887f585a/?format=api"
        },
        {
            "id": "85706312-4bc9-410f-b068-ed287e06c935",
            "gambit_id": "0b18e73b-b62e-4790-8ee5-0c353b542623",
            "last_updated": "2023-12-19T20:58:15.816768-05:00",
            "created_at": "2023-12-18T09:53:16.152998-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f956646-807b-47b9-9f7c-0603887f585a/?format=api"
        }
    ]
}