GET /api/bet_types/85f88f29-c8f3-4ca8-b0f3-e887aeca9f08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85f88f29-c8f3-4ca8-b0f3-e887aeca9f08",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7059809-3d4f-4219-97d9-f718bc49b47a/?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": "Los Angeles Kings",
                "amount": 6104.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a891bf8-4345-4162-9213-878a74e10169",
            "gambit_id": "907fa7be-202c-4439-aae8-115017f9c208",
            "last_updated": "2022-10-17T14:08:02.988818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f88f29-c8f3-4ca8-b0f3-e887aeca9f08/?format=api"
        },
        {
            "id": "2e67b46c-5eb2-41ea-a62d-a12c9f16ccc3",
            "gambit_id": "948e7ad9-aaac-49a9-a714-08bce9d7d5ab",
            "last_updated": "2022-10-17T14:08:02.987833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f88f29-c8f3-4ca8-b0f3-e887aeca9f08/?format=api"
        }
    ]
}