GET /api/bet_types/6c512767-e64f-4ad4-a46e-3326682a4241/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c512767-e64f-4ad4-a46e-3326682a4241",
    "match": "https://api-prod.gambitprofit.com/api/matches/d38f1ebd-51f6-4b0e-b6a9-43e91add509a/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:54.817272-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": "New York Islanders",
                "amount": 6617.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3383.0
            }
        ],
        "expected_reward_tokens": 9065.29,
        "profit_sb": 65.29,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "4721de68-5d48-4921-9184-3d504df6eb73",
            "gambit_id": "52ef1196-c6d3-4140-9446-c136a38ba75a",
            "last_updated": "2022-12-25T18:07:05.489563-05:00",
            "created_at": "2022-12-23T09:06:54.818467-05:00",
            "name": "New York Islanders",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c512767-e64f-4ad4-a46e-3326682a4241/?format=api"
        },
        {
            "id": "859e2f08-2156-48fb-82bb-b6f98d939a84",
            "gambit_id": "d119277d-5bc6-4eb1-8064-2004b20c4743",
            "last_updated": "2022-12-25T18:07:05.490670-05:00",
            "created_at": "2022-12-23T09:06:54.819672-05:00",
            "name": "Florida Panthers",
            "reward": "2.68000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c512767-e64f-4ad4-a46e-3326682a4241/?format=api"
        }
    ]
}