GET /api/bet_types/f41b3c30-cee1-4802-b54c-c6297db08f77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f41b3c30-cee1-4802-b54c-c6297db08f77",
    "match": "https://api-prod.gambitprofit.com/api/matches/0336916e-8a7b-42d6-baf3-0268854af625/?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": "Columbus Blue Jackets",
                "amount": 6104.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "52e08a81-367b-4a40-a360-0fdbcd90dfbd",
            "gambit_id": "e5007334-e689-49e1-b071-f94ea7375a8e",
            "last_updated": "2022-10-24T10:17:10.474144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41b3c30-cee1-4802-b54c-c6297db08f77/?format=api"
        },
        {
            "id": "ef649ae0-4c73-4a1b-9dc1-87a4041f4f7b",
            "gambit_id": "b66090c8-a1bb-4a3c-8e96-9373ca3bfe9f",
            "last_updated": "2022-10-24T10:17:10.475165-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41b3c30-cee1-4802-b54c-c6297db08f77/?format=api"
        }
    ]
}