GET /api/bet_types/3687e9c9-f002-4cd3-aee3-f45550a36a53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3687e9c9-f002-4cd3-aee3-f45550a36a53",
    "match": "https://api-prod.gambitprofit.com/api/matches/05d2c30f-d37d-4539-898e-c185898d646d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:17.341323-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7538386f-b5ae-4e06-8183-9973f5a00ae8",
            "gambit_id": "5a4efcc3-0525-4abf-bd24-9b11aaf26373",
            "last_updated": "2023-11-18T18:03:24.442126-05:00",
            "created_at": "2023-11-17T09:23:17.346209-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3687e9c9-f002-4cd3-aee3-f45550a36a53/?format=api"
        },
        {
            "id": "412ceef7-24b1-44c9-84d7-ac0237bd84de",
            "gambit_id": "264272ec-ccd0-4175-a3d3-f9de18313aab",
            "last_updated": "2023-11-18T18:03:24.447092-05:00",
            "created_at": "2023-11-17T09:23:17.350658-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3687e9c9-f002-4cd3-aee3-f45550a36a53/?format=api"
        }
    ]
}