GET /api/bet_types/7334bfa7-a367-4e36-8c6b-872738d88818/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7334bfa7-a367-4e36-8c6b-872738d88818",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4e7390-6449-4580-9dbb-64fa9d71684d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T09:42:07.275094-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8020a0d8-3ba8-4e24-a36a-e6c2e227510b",
            "gambit_id": "1011ab72-c9cb-44bd-8790-c8be036507ba",
            "last_updated": "2023-03-26T13:37:06.533378-04:00",
            "created_at": "2023-03-24T09:42:07.278413-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7334bfa7-a367-4e36-8c6b-872738d88818/?format=api"
        },
        {
            "id": "b7321c20-8b46-4092-9775-7d4225cafedd",
            "gambit_id": "34c8e024-76e3-431d-a6b0-c1334f26abff",
            "last_updated": "2023-03-26T13:37:06.531042-04:00",
            "created_at": "2023-03-24T09:42:07.276834-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7334bfa7-a367-4e36-8c6b-872738d88818/?format=api"
        }
    ]
}