GET /api/bet_types/b479bc62-65e9-4ff6-93f9-092f31022945/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b479bc62-65e9-4ff6-93f9-092f31022945",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dcace3a-5ead-4755-a569-46e3575d21fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T08:27:13.867238-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": "Detroit Pistons",
                "amount": 5098.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec024ba7-050d-4d4b-8f6f-e38bc7c48ea2",
            "gambit_id": "df9b7d56-7071-455d-b077-77df4929b7d9",
            "last_updated": "2023-01-12T15:36:59.509928-05:00",
            "created_at": "2023-01-11T08:27:13.868486-05:00",
            "name": "Detroit Pistons",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b479bc62-65e9-4ff6-93f9-092f31022945/?format=api"
        },
        {
            "id": "9baf8f33-204e-4c7a-8703-23973b8426df",
            "gambit_id": "ca2f2bfa-1111-4785-b451-184299146b79",
            "last_updated": "2023-01-12T15:36:59.510916-05:00",
            "created_at": "2023-01-11T08:27:13.869759-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b479bc62-65e9-4ff6-93f9-092f31022945/?format=api"
        }
    ]
}