GET /api/bet_types/e24d14ef-9517-4f8d-9c7e-19df902959c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e24d14ef-9517-4f8d-9c7e-19df902959c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/55ef6dfb-a0a2-4350-a028-11909b8d48ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:11.909090-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "34b9e3d7-fb7a-4307-807c-f9f48dedf6e3",
            "gambit_id": "e78b0d62-c69a-442b-a851-f7575e2c7508",
            "last_updated": "2023-01-17T10:57:03.081527-05:00",
            "created_at": "2023-01-16T09:52:11.914926-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e24d14ef-9517-4f8d-9c7e-19df902959c0/?format=api"
        },
        {
            "id": "b02f2a77-2094-47a2-a602-f438a502fd97",
            "gambit_id": "f2a9c29a-9b61-45d8-8b0e-51665d884db7",
            "last_updated": "2023-01-17T10:57:03.082997-05:00",
            "created_at": "2023-01-16T09:52:11.911931-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e24d14ef-9517-4f8d-9c7e-19df902959c0/?format=api"
        }
    ]
}