GET /api/bet_types/24a43907-8fcc-4ff9-ba06-aa68a274a50c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24a43907-8fcc-4ff9-ba06-aa68a274a50c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a640e4-d023-4337-87f2-bbec8f560165/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:14.622948-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e28def80-da1d-4128-8c35-5ffe38abc200",
            "gambit_id": "0dcbd734-34bb-4433-87cc-057f665a4035",
            "last_updated": "2023-04-08T20:47:04.642480-04:00",
            "created_at": "2023-04-07T09:27:14.625001-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24a43907-8fcc-4ff9-ba06-aa68a274a50c/?format=api"
        },
        {
            "id": "691d54a7-77f8-42a7-a581-6d165963ba35",
            "gambit_id": "051dc255-694b-4ea0-a28b-b0c8ec11884b",
            "last_updated": "2023-04-08T20:47:04.645124-04:00",
            "created_at": "2023-04-07T09:27:14.627153-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24a43907-8fcc-4ff9-ba06-aa68a274a50c/?format=api"
        }
    ]
}