GET /api/bet_types/33fdece7-ed47-4451-8995-abb2c8eeb2e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33fdece7-ed47-4451-8995-abb2c8eeb2e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3737e62f-98c2-4045-a46c-f3390292dc2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:08.421488-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": "Montreal Canadiens",
                "amount": 5939.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef599173-5526-4a99-ace1-1a26789a6543",
            "gambit_id": "5489e31b-85fc-473b-a85b-bda2eb4e4272",
            "last_updated": "2024-01-11T11:18:09.428731-05:00",
            "created_at": "2024-01-10T09:38:08.426078-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33fdece7-ed47-4451-8995-abb2c8eeb2e2/?format=api"
        },
        {
            "id": "9faaec0e-e5b7-46e3-89d5-fcacbf25e218",
            "gambit_id": "54589dac-320f-4d20-9d2f-c11c2f9344e1",
            "last_updated": "2024-01-11T11:18:09.431935-05:00",
            "created_at": "2024-01-10T09:38:08.431275-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33fdece7-ed47-4451-8995-abb2c8eeb2e2/?format=api"
        }
    ]
}