GET /api/bet_types/883e6dc2-6e30-4564-9180-7149b1a1794e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "883e6dc2-6e30-4564-9180-7149b1a1794e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e570144-b9e2-41f4-a404-e278a93f0d99/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-25T13:47:01.609393-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": "COL",
                "amount": 5688.0
            },
            {
                "team": "MIA",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9992c046-9fe3-4ed0-9669-c5a9279deeb8",
            "gambit_id": "f621087c-6869-4921-b0e2-67572793bd35",
            "last_updated": "2023-05-26T11:52:15.283471-04:00",
            "created_at": "2023-05-25T13:47:01.615341-04:00",
            "name": "COL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/883e6dc2-6e30-4564-9180-7149b1a1794e/?format=api"
        },
        {
            "id": "2398a130-b07e-4844-9457-36a0d618e34b",
            "gambit_id": "3b8a00d7-1c63-42b5-9e58-8c2c00cf5fed",
            "last_updated": "2023-05-26T11:52:15.280950-04:00",
            "created_at": "2023-05-25T13:47:01.612185-04:00",
            "name": "MIA",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/883e6dc2-6e30-4564-9180-7149b1a1794e/?format=api"
        }
    ]
}