GET /api/bet_types/23d132c8-dffe-490c-a6b8-e7178f768d6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23d132c8-dffe-490c-a6b8-e7178f768d6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a36f2d0-1eef-4674-81c8-590924438276/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T08:48:03.685711-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": "HOU",
                "amount": 6308.0
            },
            {
                "team": "STL",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "fec2e744-ec75-40df-bdb8-e9fe5853b1a1",
            "gambit_id": "923b5505-1f22-41ac-acd6-cd676c0ed3c5",
            "last_updated": "2023-06-29T17:58:30.430812-04:00",
            "created_at": "2023-06-28T08:48:03.688006-04:00",
            "name": "HOU",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23d132c8-dffe-490c-a6b8-e7178f768d6f/?format=api"
        },
        {
            "id": "78ac6f16-629c-4349-98b4-9c809240d289",
            "gambit_id": "78c1357c-be81-4f33-80d2-640ade665410",
            "last_updated": "2023-06-29T17:58:30.432783-04:00",
            "created_at": "2023-06-28T08:48:03.690280-04:00",
            "name": "STL",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23d132c8-dffe-490c-a6b8-e7178f768d6f/?format=api"
        }
    ]
}