GET /api/bet_types/22f02b04-8e76-491b-8d29-c9add26b5b82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22f02b04-8e76-491b-8d29-c9add26b5b82",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a7bb42e-69ba-4596-b1b0-bddbeb4b539f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T13:47:06.252278-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": "Nashville Predators",
                "amount": 6025.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "9924410f-0bbf-4813-ab6c-3c8a1ff1682c",
            "gambit_id": "3cdde208-f5b2-40f7-b9ae-34bdabde593c",
            "last_updated": "2023-02-17T09:52:03.409146-05:00",
            "created_at": "2023-02-16T13:47:06.253853-05:00",
            "name": "Nashville Predators",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22f02b04-8e76-491b-8d29-c9add26b5b82/?format=api"
        },
        {
            "id": "ec45d599-8306-41f0-9c01-d8c0f17d822a",
            "gambit_id": "e8647611-f305-445e-9e39-810add540644",
            "last_updated": "2023-02-17T09:52:03.410344-05:00",
            "created_at": "2023-02-16T13:47:06.255456-05:00",
            "name": "Boston Bruins",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22f02b04-8e76-491b-8d29-c9add26b5b82/?format=api"
        }
    ]
}