GET /api/bet_types/96d3e806-9f61-49a0-a577-260623bd5ffa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96d3e806-9f61-49a0-a577-260623bd5ffa",
    "match": "https://api-prod.gambitprofit.com/api/matches/542d42dd-14de-4148-8dc0-a0b2791c187f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:16.666656-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": "Dallas Cowboys",
                "amount": 5107.0
            },
            {
                "team": "New England Patriots",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "40d5a258-bf59-4659-a14b-d6454be64828",
            "gambit_id": "0a346547-dd62-4164-a92d-9cb250ea7bd5",
            "last_updated": "2023-10-02T14:03:02.752260-04:00",
            "created_at": "2023-09-28T10:08:16.675485-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d3e806-9f61-49a0-a577-260623bd5ffa/?format=api"
        },
        {
            "id": "bf0483cb-9531-4394-a7b8-ef57f72a32e5",
            "gambit_id": "bc8f2fc0-e37d-44d1-96e0-3485f29ded00",
            "last_updated": "2023-10-02T14:03:02.748673-04:00",
            "created_at": "2023-09-28T10:08:16.670612-04:00",
            "name": "New England Patriots",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d3e806-9f61-49a0-a577-260623bd5ffa/?format=api"
        }
    ]
}