GET /api/bet_types/b0943463-43dc-4167-b116-6575b12f047e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0943463-43dc-4167-b116-6575b12f047e",
    "match": "https://api-prod.gambitprofit.com/api/matches/de72ac9d-39d2-4dc0-9eb2-66bb03f3bad8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:21.569936-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": "CWS",
                "amount": 5421.0
            },
            {
                "team": "TEX",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "bebbfa00-ddec-42a5-8b85-18f64b07c0f5",
            "gambit_id": "ff8c2149-31b8-40b9-bd53-5c72ec520b72",
            "last_updated": "2023-06-22T10:13:03.597603-04:00",
            "created_at": "2023-06-20T08:33:21.578495-04:00",
            "name": "CWS",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0943463-43dc-4167-b116-6575b12f047e/?format=api"
        },
        {
            "id": "da27cd73-c3b4-4094-82f2-3241c7f466fc",
            "gambit_id": "5ba3a282-11ba-4168-8b0a-a23455a30189",
            "last_updated": "2023-06-22T10:13:03.595778-04:00",
            "created_at": "2023-06-20T08:33:21.574303-04:00",
            "name": "TEX",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0943463-43dc-4167-b116-6575b12f047e/?format=api"
        }
    ]
}