GET /api/bet_types/19a04f04-c7e8-4d1f-80c6-72fe2e071cf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19a04f04-c7e8-4d1f-80c6-72fe2e071cf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/21c006d1-eab9-438b-84d8-385223d45743/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:10.121569-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": "Anaheim Ducks",
                "amount": 5212.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d83242a5-1bb1-40a8-a6a3-193194d698c0",
            "gambit_id": "7bf4b5c2-8464-49f2-8a69-47dc13d39b4a",
            "last_updated": "2023-02-11T17:57:01.478983-05:00",
            "created_at": "2023-02-10T09:02:10.122826-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a04f04-c7e8-4d1f-80c6-72fe2e071cf9/?format=api"
        },
        {
            "id": "66d36eaf-4c69-40f8-b2f3-cb1f6347ccd3",
            "gambit_id": "e0ca2bf6-c4d2-41ec-8ff7-ad4614f8d57d",
            "last_updated": "2023-02-11T17:57:01.480165-05:00",
            "created_at": "2023-02-10T09:02:10.124282-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a04f04-c7e8-4d1f-80c6-72fe2e071cf9/?format=api"
        }
    ]
}