GET /api/bet_types/103b8422-676b-4dad-952c-f8c8be5871e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "103b8422-676b-4dad-952c-f8c8be5871e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc0fdd26-44dc-43d3-9b8f-29352cd5d4a7/?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": "Edmonton Oilers",
                "amount": 5399.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d0d6e4d-fde8-4531-a9c8-c9af71e6e71e",
            "gambit_id": "5ac56220-18da-40a1-a799-2badb5ec4702",
            "last_updated": "2022-12-19T10:47:30.830602-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/103b8422-676b-4dad-952c-f8c8be5871e2/?format=api"
        },
        {
            "id": "f551ca79-caf3-4ab7-9b6b-219131771c58",
            "gambit_id": "ec2a129b-5a60-4af1-a21f-2874f3a3dbda",
            "last_updated": "2022-12-19T10:47:30.831597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/103b8422-676b-4dad-952c-f8c8be5871e2/?format=api"
        }
    ]
}