GET /api/bet_types/ce775600-b343-40ee-8bb2-c0aabe7ec174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce775600-b343-40ee-8bb2-c0aabe7ec174",
    "match": "https://api-prod.gambitprofit.com/api/matches/733ac1ef-2724-446b-afe3-42c7957f4ae6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T17:22:10.454943-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": "Dallas Stars",
                "amount": 6721.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "36c5c01e-9ef3-4dbd-8ee0-7e15ca2ce0d2",
            "gambit_id": "867f7abe-a790-4af6-8d20-07b913382542",
            "last_updated": "2023-02-26T11:46:57.724477-05:00",
            "created_at": "2023-02-25T17:22:10.457380-05:00",
            "name": "Dallas Stars",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce775600-b343-40ee-8bb2-c0aabe7ec174/?format=api"
        },
        {
            "id": "ee8edb19-ab5c-4055-83af-ac5cf72b4725",
            "gambit_id": "c659d76a-619d-4ce0-a52d-9738113075f5",
            "last_updated": "2023-02-26T11:46:57.723319-05:00",
            "created_at": "2023-02-25T17:22:10.456126-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce775600-b343-40ee-8bb2-c0aabe7ec174/?format=api"
        }
    ]
}