GET /api/bet_types/4a3d17fa-b222-451c-a7cb-729dc8376bd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a3d17fa-b222-451c-a7cb-729dc8376bd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/86705dca-bfbd-4e4d-842b-768f6fdae0fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:51.006994-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": "Boston Bruins",
                "amount": 5791.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c5d2a39-ae72-40e6-a961-2a6a1ed845fa",
            "gambit_id": "0cab0a12-02aa-41e2-acd5-3585590f374b",
            "last_updated": "2023-01-25T14:27:10.172497-05:00",
            "created_at": "2023-01-24T09:31:51.009592-05:00",
            "name": "Boston Bruins",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3d17fa-b222-451c-a7cb-729dc8376bd8/?format=api"
        },
        {
            "id": "27dd7611-1a0e-4e78-9deb-32de5399ee92",
            "gambit_id": "da11dadc-c09c-4b32-a4d2-61a0819d8434",
            "last_updated": "2023-01-25T14:27:10.171251-05:00",
            "created_at": "2023-01-24T09:31:51.008205-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3d17fa-b222-451c-a7cb-729dc8376bd8/?format=api"
        }
    ]
}