GET /api/bet_types/d15a1a64-249f-40b3-8a27-8b7b26ef5ad1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d15a1a64-249f-40b3-8a27-8b7b26ef5ad1",
    "match": "https://api-prod.gambitprofit.com/api/matches/61ad8509-0775-43bf-a73d-0b1f91d8fdcc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:32:23.463573-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": "Washington Capitals",
                "amount": 6825.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "636435b9-509a-416b-9ce4-a6ae5af49a9c",
            "gambit_id": "44bf9640-381c-42fd-9925-9ddd2a57627c",
            "last_updated": "2023-01-18T09:32:12.620111-05:00",
            "created_at": "2023-01-17T09:32:23.464965-05:00",
            "name": "Washington Capitals",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15a1a64-249f-40b3-8a27-8b7b26ef5ad1/?format=api"
        },
        {
            "id": "7a4a26b6-dbad-4af0-8935-6266b1fea6bf",
            "gambit_id": "68f6f2d0-d075-4684-bd05-9a3978858424",
            "last_updated": "2023-01-18T09:32:12.621207-05:00",
            "created_at": "2023-01-17T09:32:23.466249-05:00",
            "name": "Minnesota Wild",
            "reward": "3.01000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15a1a64-249f-40b3-8a27-8b7b26ef5ad1/?format=api"
        }
    ]
}