GET /api/bet_types/a9e5cd66-9a1f-4e29-b519-f877d9125dc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9e5cd66-9a1f-4e29-b519-f877d9125dc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a14203a-9966-42aa-a4f1-781f715c5cd9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 6563.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "34ff9233-1235-40a5-a812-9ac6e14ae6a8",
            "gambit_id": "f4138f0d-8d9a-4124-bd75-cc64e9f4dfcf",
            "last_updated": "2022-10-24T10:17:10.639915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e5cd66-9a1f-4e29-b519-f877d9125dc9/?format=api"
        },
        {
            "id": "cf45bcb1-fccb-4808-968a-9a862fd7c073",
            "gambit_id": "66baaf31-a3b7-462f-943e-472ff95756a8",
            "last_updated": "2022-10-24T10:17:10.638889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e5cd66-9a1f-4e29-b519-f877d9125dc9/?format=api"
        }
    ]
}