GET /api/bet_types/1fe56d84-9be6-4c6c-976e-f8ea4e5b7958/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fe56d84-9be6-4c6c-976e-f8ea4e5b7958",
    "match": "https://api-prod.gambitprofit.com/api/matches/098fb7aa-36ab-43ef-a69f-6bcd6b4bc259/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:07.345667-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": "SFO",
                "amount": 5861.0
            },
            {
                "team": "NYM",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ebcde6c-9c7c-4438-8952-b6f0182d000e",
            "gambit_id": "55c813bb-19cc-46ab-94b1-54d61f9d279d",
            "last_updated": "2023-07-03T01:13:10.134417-04:00",
            "created_at": "2023-07-01T09:23:07.348045-04:00",
            "name": "SFO",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe56d84-9be6-4c6c-976e-f8ea4e5b7958/?format=api"
        },
        {
            "id": "0b183b01-9d6e-431a-90ee-23ccd22b9c5a",
            "gambit_id": "46319cd6-ae71-4783-b05a-1494a84a2859",
            "last_updated": "2023-07-03T01:13:10.135784-04:00",
            "created_at": "2023-07-01T09:23:07.350480-04:00",
            "name": "NYM",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe56d84-9be6-4c6c-976e-f8ea4e5b7958/?format=api"
        }
    ]
}