GET /api/bet_types/847f6eaa-a92b-432b-b043-ae747f366e88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "847f6eaa-a92b-432b-b043-ae747f366e88",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d940edf-399a-4354-bdf2-ea4ae5c09491/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T10:52:10.575369-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": "DET",
                "amount": 5107.0
            },
            {
                "team": "NYM",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c5d39d2-1278-4086-bb83-51dfa3ee992c",
            "gambit_id": "e82dc334-d32a-46e8-b950-6954d65b28b4",
            "last_updated": "2023-05-05T11:47:09.523834-04:00",
            "created_at": "2023-05-04T10:52:10.576643-04:00",
            "name": "DET",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/847f6eaa-a92b-432b-b043-ae747f366e88/?format=api"
        },
        {
            "id": "05058e0e-2f98-48f5-9223-ab8206a7a554",
            "gambit_id": "3c55741f-9542-4134-90c7-873e032afa39",
            "last_updated": "2023-05-05T11:47:09.525560-04:00",
            "created_at": "2023-05-04T10:52:10.577936-04:00",
            "name": "NYM",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/847f6eaa-a92b-432b-b043-ae747f366e88/?format=api"
        }
    ]
}