GET /api/bet_types/6e12f396-9053-48d8-a381-67b76ed67dd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e12f396-9053-48d8-a381-67b76ed67dd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb3fc928-3a41-4b9e-8975-36e6c353bd90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:16.040514-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "74deabd3-09a7-406f-8efb-707d43040fe3",
            "gambit_id": "67e6df3c-647d-44b3-94dd-7b84dabe726a",
            "last_updated": "2023-03-13T10:27:13.328134-04:00",
            "created_at": "2023-03-11T09:32:16.042655-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e12f396-9053-48d8-a381-67b76ed67dd1/?format=api"
        },
        {
            "id": "03694e3c-dd40-4669-ae0d-e7d67c3eeee8",
            "gambit_id": "62f4d393-9154-45f7-b934-59a16f6eb08a",
            "last_updated": "2023-03-13T10:27:13.329869-04:00",
            "created_at": "2023-03-11T09:32:16.044310-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e12f396-9053-48d8-a381-67b76ed67dd1/?format=api"
        }
    ]
}