GET /api/bet_types/b5815925-c97b-47e4-bba1-af3ad1ca15e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5815925-c97b-47e4-bba1-af3ad1ca15e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/277f8709-1c49-4740-bf8c-fb4be4b19026/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-12T08:57:09.558772-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": "Toronto Raptors",
                "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": "f0d587f9-97a6-4d7b-a35b-ba7e27186d01",
            "gambit_id": "07fc79b3-a602-4d73-b41e-f6e7475282f0",
            "last_updated": "2023-04-13T17:22:17.784950-04:00",
            "created_at": "2023-04-12T08:57:09.560873-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5815925-c97b-47e4-bba1-af3ad1ca15e0/?format=api"
        },
        {
            "id": "3a9e0972-8b86-4043-9498-9e5062086345",
            "gambit_id": "51d25995-2c1c-408a-961a-dea927536360",
            "last_updated": "2023-04-13T17:22:17.787189-04:00",
            "created_at": "2023-04-12T08:57:09.562978-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5815925-c97b-47e4-bba1-af3ad1ca15e0/?format=api"
        }
    ]
}