GET /api/bet_types/5c4b7fc6-384b-4afc-bd5b-c46a673cd878/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c4b7fc6-384b-4afc-bd5b-c46a673cd878",
    "match": "https://api-prod.gambitprofit.com/api/matches/de058c9f-f4b7-4eb4-b330-998a24cd5c08/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:11.041719-04: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": "Detroit Red Wings",
                "amount": 6241.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "14efe769-80b7-4a85-83c2-916a9b4be5d1",
            "gambit_id": "3fc04e42-16de-42b0-ac82-b414c5a25eb3",
            "last_updated": "2023-03-15T13:57:06.543588-04:00",
            "created_at": "2023-03-14T09:37:11.044934-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c4b7fc6-384b-4afc-bd5b-c46a673cd878/?format=api"
        },
        {
            "id": "0fcbfd85-694f-4cbc-80b8-575f7e5bd35f",
            "gambit_id": "8ab9f859-fdb7-46c2-99b3-f416f6e1343b",
            "last_updated": "2023-03-15T13:57:06.542586-04:00",
            "created_at": "2023-03-14T09:37:11.043284-04:00",
            "name": "Nashville Predators",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c4b7fc6-384b-4afc-bd5b-c46a673cd878/?format=api"
        }
    ]
}