GET /api/bet_types/9bf8da06-e7cc-4552-abdd-dbe34bc09685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bf8da06-e7cc-4552-abdd-dbe34bc09685",
    "match": "https://api-prod.gambitprofit.com/api/matches/26fb7c4e-08a7-427b-9c6a-a9b9181f8f02/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "57a4b037-b27b-494d-a98f-9db637188bbb",
            "gambit_id": "00c2f18f-5e8a-4010-b7dd-d69fdac93721",
            "last_updated": "2022-11-07T10:03:38.386643-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf8da06-e7cc-4552-abdd-dbe34bc09685/?format=api"
        },
        {
            "id": "ef5fa48f-715c-4be2-9121-d287db11c748",
            "gambit_id": "ca5c4fe3-0aea-4ab2-914a-b49b5393864e",
            "last_updated": "2022-11-07T10:03:38.387583-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf8da06-e7cc-4552-abdd-dbe34bc09685/?format=api"
        }
    ]
}