GET /api/bet_types/fccd01ac-94e1-4984-a704-30126ddcf438/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fccd01ac-94e1-4984-a704-30126ddcf438",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a895f43-d89b-4fc0-b4b7-2897a58df807/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:23.967869-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": "TAM",
                "amount": 5512.0
            },
            {
                "team": "KAN",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d110a929-2fb7-48dd-9204-78507530fd04",
            "gambit_id": "443dcc2a-1f98-4177-a672-a943115c2082",
            "last_updated": "2023-06-26T20:13:26.099098-04:00",
            "created_at": "2023-06-25T09:28:23.970981-04:00",
            "name": "TAM",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fccd01ac-94e1-4984-a704-30126ddcf438/?format=api"
        },
        {
            "id": "d97a16a3-f161-4d8d-8c9c-36bfc3f86d29",
            "gambit_id": "ad976356-69c8-49a4-812b-7f239d285dc7",
            "last_updated": "2023-06-26T20:13:26.097366-04:00",
            "created_at": "2023-06-25T09:28:23.969420-04:00",
            "name": "KAN",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fccd01ac-94e1-4984-a704-30126ddcf438/?format=api"
        }
    ]
}