GET /api/bet_types/0f946134-181e-4de2-9b3d-9f8d13027b1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f946134-181e-4de2-9b3d-9f8d13027b1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1b58062-4706-4851-9cb1-a6d5bedf73b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:08.425468-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": "Denver Nuggets",
                "amount": 5317.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "09176791-17b3-4ac2-a725-970175310c53",
            "gambit_id": "a0106260-ae01-4325-849b-de6702ab1dbc",
            "last_updated": "2023-04-22T13:07:14.102578-04:00",
            "created_at": "2023-04-21T12:32:08.428600-04:00",
            "name": "Denver Nuggets",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f946134-181e-4de2-9b3d-9f8d13027b1c/?format=api"
        },
        {
            "id": "73e9ec9e-3151-45c8-96e5-c0ee822e9b6c",
            "gambit_id": "074e10bc-c746-4c17-aae3-d7ad142d675e",
            "last_updated": "2023-04-22T13:07:14.100814-04:00",
            "created_at": "2023-04-21T12:32:08.427082-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f946134-181e-4de2-9b3d-9f8d13027b1c/?format=api"
        }
    ]
}