GET /api/bet_types/eedfb3d6-907c-47d4-aaa5-83bffa10bb40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eedfb3d6-907c-47d4-aaa5-83bffa10bb40",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e83d849-4244-4981-b049-412ec382d84c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:16.241823-04: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": "MIL",
                "amount": 5423.0
            },
            {
                "team": "PHI",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "04ba5b60-8f1d-47d9-bf8a-9d82bbe8a643",
            "gambit_id": "091930e3-1fcb-45eb-a051-9fc7f32e8ea2",
            "last_updated": "2023-09-03T12:43:14.320244-04:00",
            "created_at": "2023-09-02T09:33:16.249305-04:00",
            "name": "MIL",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eedfb3d6-907c-47d4-aaa5-83bffa10bb40/?format=api"
        },
        {
            "id": "680449f1-e74a-47b9-96ad-c49f9ef1a17a",
            "gambit_id": "d8f110f9-b667-4b69-bd5e-7f59949fd602",
            "last_updated": "2023-09-03T12:43:14.316130-04:00",
            "created_at": "2023-09-02T09:33:16.245555-04:00",
            "name": "PHI",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eedfb3d6-907c-47d4-aaa5-83bffa10bb40/?format=api"
        }
    ]
}