GET /api/bet_types/d7eef11d-c05d-428b-bbf0-a8d9fbd57de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7eef11d-c05d-428b-bbf0-a8d9fbd57de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2182858-6ad4-474b-9984-7c6a2d06ce9f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T08:16:55.830221-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": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ee2489d-b105-4418-817d-0e687cff5abd",
            "gambit_id": "c6a0a3b3-c147-48de-9edf-47ceba15fef6",
            "last_updated": "2023-01-22T21:22:15.191927-05:00",
            "created_at": "2023-01-21T08:16:55.832171-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7eef11d-c05d-428b-bbf0-a8d9fbd57de0/?format=api"
        },
        {
            "id": "ddeecbcb-e9f6-4c10-a22d-9eedaa0dbb97",
            "gambit_id": "2044d58e-e48a-4751-8bdd-8d1bcc2fe54a",
            "last_updated": "2023-01-22T21:22:15.193052-05:00",
            "created_at": "2023-01-21T08:16:55.834239-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7eef11d-c05d-428b-bbf0-a8d9fbd57de0/?format=api"
        }
    ]
}