GET /api/bet_types/01ac8759-5ed1-41dc-bd46-88f64d8675ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01ac8759-5ed1-41dc-bd46-88f64d8675ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e75e81d-de68-4181-8f04-d25bc3e215fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Houston",
                "amount": 6132.0
            },
            {
                "team": "UTSA",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6a63063-570d-4aa5-a2b0-6783f5a9ce42",
            "gambit_id": "8d01917a-af3a-45a2-98f1-1d6077cbd760",
            "last_updated": "2022-09-05T09:52:24.140294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ac8759-5ed1-41dc-bd46-88f64d8675ff/?format=api"
        },
        {
            "id": "25cfb2c3-7783-484b-8509-2489080517dd",
            "gambit_id": "afb2903a-95c5-4130-b4a4-c1ab9ff2cb53",
            "last_updated": "2022-09-05T09:52:24.139125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ac8759-5ed1-41dc-bd46-88f64d8675ff/?format=api"
        }
    ]
}