GET /api/bet_types/3b3dcbb2-4dac-4c8a-875e-9bd3ba8377d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b3dcbb2-4dac-4c8a-875e-9bd3ba8377d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c3d9be1-fb23-4367-8e26-b90c474aa5fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T08:58:12.727568-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": "STL",
                "amount": 5688.0
            },
            {
                "team": "CIN",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "c66ea122-b48a-41a4-ae03-7e080a2ca1b6",
            "gambit_id": "fe04e094-27e4-4a1a-adcf-b10b995d3fa5",
            "last_updated": "2023-10-02T10:48:23.624474-04:00",
            "created_at": "2023-09-30T08:58:12.738459-04:00",
            "name": "STL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b3dcbb2-4dac-4c8a-875e-9bd3ba8377d2/?format=api"
        },
        {
            "id": "cbc2f6be-de87-4e49-a4c6-02512dd37b80",
            "gambit_id": "5f922464-abfc-47ca-bef9-8087779e5643",
            "last_updated": "2023-10-02T10:48:23.621126-04:00",
            "created_at": "2023-09-30T08:58:12.731975-04:00",
            "name": "CIN",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b3dcbb2-4dac-4c8a-875e-9bd3ba8377d2/?format=api"
        }
    ]
}