GET /api/bet_types/9291a7bb-de0e-457b-ba52-fe10e0c4dd20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9291a7bb-de0e-457b-ba52-fe10e0c4dd20",
    "match": "https://api-prod.gambitprofit.com/api/matches/a33dd07e-ce69-4fdc-901c-c55517d3277e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:01.499445-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": "Jacksonville Jaguars",
                "amount": 5196.0
            },
            {
                "team": "Houston Texans",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f51e94c-b24a-425c-b6d1-bd92a4253348",
            "gambit_id": "87f44a84-b18a-4112-90ba-231ae466db64",
            "last_updated": "2023-01-02T12:47:00.895187-05:00",
            "created_at": "2023-01-01T09:22:01.501804-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9291a7bb-de0e-457b-ba52-fe10e0c4dd20/?format=api"
        },
        {
            "id": "85ff06dc-bb19-47df-a32c-713f54f1953c",
            "gambit_id": "801df1ba-3b53-43b8-84c5-a5aef9793698",
            "last_updated": "2023-01-02T12:47:00.894078-05:00",
            "created_at": "2023-01-01T09:22:01.500598-05:00",
            "name": "Houston Texans",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9291a7bb-de0e-457b-ba52-fe10e0c4dd20/?format=api"
        }
    ]
}