GET /api/bet_types/dfa01ba4-d46c-4d8b-bfe9-4b3d549ed816/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfa01ba4-d46c-4d8b-bfe9-4b3d549ed816",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf0ad681-5667-4c31-b83b-28130b7b535f/?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": "Anaheim Ducks",
                "amount": 5419.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f778b7c-e046-4668-ae71-7bc02503914a",
            "gambit_id": "f8912940-4fba-4630-8822-fe0c67203cd6",
            "last_updated": "2022-10-21T21:02:25.136514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa01ba4-d46c-4d8b-bfe9-4b3d549ed816/?format=api"
        },
        {
            "id": "24d37fa5-9325-47c5-8ef1-f79f61f8781f",
            "gambit_id": "7e53b476-a6e5-42b1-b06d-52f9f3794685",
            "last_updated": "2022-10-21T21:02:25.135542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa01ba4-d46c-4d8b-bfe9-4b3d549ed816/?format=api"
        }
    ]
}