GET /api/bet_types/8531705c-a96c-4db8-922a-76c0e4081170/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8531705c-a96c-4db8-922a-76c0e4081170",
    "match": "https://api-prod.gambitprofit.com/api/matches/6072357b-167f-4c51-85c1-ee1afcc3fb38/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7a9f021-b2ae-48a8-9407-d080957179bf",
            "gambit_id": "3786c122-440a-4223-a966-c329ea48f128",
            "last_updated": "2022-12-19T10:32:30.162911-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8531705c-a96c-4db8-922a-76c0e4081170/?format=api"
        },
        {
            "id": "fc3a37fb-186e-40a9-8321-379dc4ebe548",
            "gambit_id": "fbef50eb-4558-4b67-ad61-bdd629791221",
            "last_updated": "2022-12-19T10:32:30.163952-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8531705c-a96c-4db8-922a-76c0e4081170/?format=api"
        }
    ]
}