GET /api/bet_types/b06fc04c-1568-446b-a2b0-fe44dc9d383c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b06fc04c-1568-446b-a2b0-fe44dc9d383c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e35f030-e4d1-4013-98d9-69f661d10092/?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": 6563.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "223cc1ac-4fdf-49f2-837d-974b4aaa317a",
            "gambit_id": "e41206f1-499a-4c88-bc75-e630fb8bd1a7",
            "last_updated": "2022-10-24T11:56:49.249475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b06fc04c-1568-446b-a2b0-fe44dc9d383c/?format=api"
        },
        {
            "id": "3f672bd2-3e9b-45e6-8a05-93325c42fb59",
            "gambit_id": "ddca5aee-1156-4f9c-a9d2-82cf191e236d",
            "last_updated": "2022-10-24T11:56:49.248468-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b06fc04c-1568-446b-a2b0-fe44dc9d383c/?format=api"
        }
    ]
}