GET /api/bet_types/ecae3dfc-cd37-43ad-a9f7-0ed2eb2ff5f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecae3dfc-cd37-43ad-a9f7-0ed2eb2ff5f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e6e2517-992b-4525-a493-4fbc5ba78647/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:00.540588-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": "CIN",
                "amount": 5423.0
            },
            {
                "team": "MIA",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd5c0afc-5018-452c-a061-48955dada27c",
            "gambit_id": "3e9525e6-3520-485f-9ec6-c5e7d7ec0dc0",
            "last_updated": "2023-08-08T09:52:58.200612-04:00",
            "created_at": "2023-08-07T08:28:00.550281-04:00",
            "name": "CIN",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecae3dfc-cd37-43ad-a9f7-0ed2eb2ff5f9/?format=api"
        },
        {
            "id": "844b2aa6-ff56-4c8c-8708-d28253a512c2",
            "gambit_id": "1acaa53e-7d49-4156-8d73-e89303a595ad",
            "last_updated": "2023-08-08T09:52:58.197326-04:00",
            "created_at": "2023-08-07T08:28:00.544833-04:00",
            "name": "MIA",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecae3dfc-cd37-43ad-a9f7-0ed2eb2ff5f9/?format=api"
        }
    ]
}