GET /api/bet_types/553b9864-3ebf-4e9e-9eb1-9cadf5da0b0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "553b9864-3ebf-4e9e-9eb1-9cadf5da0b0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7becef2c-268e-450c-be95-954463c79fff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-27T10:52:08.765917-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": "LOS",
                "amount": 6399.0
            },
            {
                "team": "TAM",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "adabc938-af81-4ff5-8b5c-7839e0722ea3",
            "gambit_id": "89562f73-7a62-4491-8b96-322eb5a8ee7d",
            "last_updated": "2023-05-29T11:47:21.369254-04:00",
            "created_at": "2023-05-27T10:52:08.769896-04:00",
            "name": "LOS",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553b9864-3ebf-4e9e-9eb1-9cadf5da0b0d/?format=api"
        },
        {
            "id": "37c1923d-94e2-418a-85b3-72262467315f",
            "gambit_id": "83ec5266-ffff-42fd-815f-4ae9e55c812a",
            "last_updated": "2023-05-29T11:47:21.372882-04:00",
            "created_at": "2023-05-27T10:52:08.772316-04:00",
            "name": "TAM",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553b9864-3ebf-4e9e-9eb1-9cadf5da0b0d/?format=api"
        }
    ]
}