GET /api/bet_types/1203305d-d82d-4147-9786-b0368fe636c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1203305d-d82d-4147-9786-b0368fe636c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/62ad3039-8696-472f-a491-fc969e7c4161/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Lightning",
                "amount": 6244.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3756.0
            }
        ],
        "expected_reward_tokens": 9615.36,
        "profit_sb": 115.36,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7c2800a-fab0-491e-86e6-62a0f7dffb3b",
            "gambit_id": "18afeccf-6ad7-42f4-a934-199eebb48a96",
            "last_updated": "2022-10-17T14:27:41.454016-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1203305d-d82d-4147-9786-b0368fe636c6/?format=api"
        },
        {
            "id": "9c187661-50c1-4405-827f-23b055a999c4",
            "gambit_id": "19e7d534-1092-4f26-a0ed-0eae0aee5d34",
            "last_updated": "2022-10-17T14:27:41.453024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.56000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1203305d-d82d-4147-9786-b0368fe636c6/?format=api"
        }
    ]
}