GET /api/bet_types/6f618f8c-3581-49ae-943a-e93f7ffa7f3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f618f8c-3581-49ae-943a-e93f7ffa7f3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4204d75d-5908-4038-aa4f-d0b54f33f120/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T11:38:09.668288-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": "MIN",
                "amount": 6547.0
            },
            {
                "team": "TAM",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "06bb488a-7fcc-4604-8791-2c5918c61154",
            "gambit_id": "5fd28dd7-b891-4e64-8b9d-33d9b1387519",
            "last_updated": "2023-06-10T13:48:19.442850-04:00",
            "created_at": "2023-06-08T11:38:09.670575-04:00",
            "name": "MIN",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f618f8c-3581-49ae-943a-e93f7ffa7f3d/?format=api"
        },
        {
            "id": "30ae0ce4-bdb3-44f7-8e33-8afe76d38c0f",
            "gambit_id": "978f0138-553a-4f7f-b44b-901ad8b886dc",
            "last_updated": "2023-06-10T13:48:19.445267-04:00",
            "created_at": "2023-06-08T11:38:09.672947-04:00",
            "name": "TAM",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f618f8c-3581-49ae-943a-e93f7ffa7f3d/?format=api"
        }
    ]
}