GET /api/bet_types/b964890a-d177-4535-946e-cc7b444f118c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b964890a-d177-4535-946e-cc7b444f118c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e61de6b-ea33-4ce5-a29f-bdd96e90b40f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:00.982385-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": "Washington Capitals",
                "amount": 5419.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d14f626-9f50-4f55-8ef9-2fe645bbec03",
            "gambit_id": "e89f688f-22a8-4a4f-8b48-a36ee5505ea2",
            "last_updated": "2023-02-24T12:41:56.815239-05:00",
            "created_at": "2023-02-23T09:07:00.983615-05:00",
            "name": "Washington Capitals",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b964890a-d177-4535-946e-cc7b444f118c/?format=api"
        },
        {
            "id": "6df768ef-c73e-4044-878a-ce4b47e0d6cf",
            "gambit_id": "7526d6b1-50a8-421f-b48d-b89f1e60105d",
            "last_updated": "2023-02-24T12:41:56.816433-05:00",
            "created_at": "2023-02-23T09:07:00.984873-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b964890a-d177-4535-946e-cc7b444f118c/?format=api"
        }
    ]
}